You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ RxCupboard brings the excellent Android [Cupboard](https://bitbucket.org/littler
4
4
5
5
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:
// Do something with this ordered list of aged cheeses...
42
44
}
43
45
});
44
46
```
45
47
46
-
Storing and removing items in the databse is as easy as usually with Cupboard. RxCupboard support the direct operations and has helper action implementations to use in streams.
48
+
Storing and removing items in the databse is as easy as usually with Cupboard. RxCupboard supports these direct operations and has helper action implementations to use in streams.
0 commit comments