Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/erickok/RxCupboard
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Nov 20, 2015
2 parents 384037a + 8dc3930 commit 14981d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RxCupboard
============
RxCupboard brings the excellent Android [Cupboard](https://bitbucket.org/qbusict/cupboard) library into the world of [RxJava](https://github.com/ReactiveX/RxJava). Using a small set of convenience `Observable`s, you can fluently store and retrieve streams of POJOs from your database.
RxCupboard brings the excellent Android [Cupboard](https://bitbucket.org/littlerobots/cupboard) library into the world of [RxJava](https://github.com/ReactiveX/RxJava). Using a small set of convenience `Observable`s, you can fluently store and retrieve streams of POJOs from your database.

A sample project is included which shows how RxCupboard gracefully fits in an all-reactive Android app. The [.apk is available]() as direct download. Import the library from Maven Central using Gradle:
```groovy
Expand Down

0 comments on commit 14981d3

Please sign in to comment.