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: rxjava-contrib/rxjava-android/README.md
+59-2Lines changed: 59 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
Android specific bindings for Rx.
4
4
5
+
This module adds a number of classes to RxJava that make writing reactive components in
6
+
Android applications easy and hassle free. More specifically, it
7
+
8
+
- provides a `Scheduler` that schedules an `Observable` on a given Android `Handler` thread, particularly the main UI thread
9
+
- provides base `Observer` implementations that make guarantees w.r.t. to reliable and thread-safe use throughout
10
+
`Fragment` and `Activity` life-cycle callbacks (coming soon)
11
+
- provides reusable, self-contained reactive components for common Android use cases and UI concerns (coming soon)
12
+
13
+
5
14
# Binaries
6
15
7
16
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22hystrix-servo-metrics-publisher%22).
@@ -12,12 +21,60 @@ Example for [Maven](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22rxjava-and
0 commit comments