Skip to content

Releases: erickok/RxCupboard

rxcupboard-sample-2.0-rc1

19 Nov 00:40
Compare
Choose a tag to compare

Besides being the first 2.x release of the sample app, showing the API changes and how to update, the sample itself now uses Java 8 (via the Jack compiler) for clearer code.

The sample no longer depends on RxBinding (as no RxJava 2 version exists), so it is shown how Android View listeners can be made flowable using FlowableEmitter.

rxcupboard-sample-0.7

20 Nov 12:20
Compare
Choose a tag to compare

No changes in sample, just updating the library.

rxcupboard-sample-0.4

02 Nov 14:45
Compare
Choose a tag to compare

Updated RxCupboard library and upgraded to RxAndroid 1.+ with RxBinding as reactive view binding solution.

rxcupboard-sample-0.4

25 Aug 07:33
Compare
Choose a tag to compare

No changes in sample, just updating the library.

rxcupboard-sample-0.2

14 Apr 17:33
Compare
Choose a tag to compare

First publicized release of the RxCupboard project. This sample shows storing and retrieving of POJOs via Cupboard in an all-RxAndroid activity.