this is an open source Android application written in Kotlin to let you understand how Reactive Programming works, this app will show you the real behavior of Reactive Programming depending on time and threads, with snippets of code written in RxJava version 3.0.4.
this app covered this operators:
- concatMap
- create
- distinct
- distinctUntilChanged
- elementAt
- filter
- flatMap
- fromArray
- fromIterable
- interval
- just
- map
- merge
- range
- reduce
- scan
- skip
- sorted
- switchMap
- take
- takeLast
- throttleFirst
- throttleLast
- throttleWithTimeout
- zip
and more coming soon..
Libraries used in this app:
- RxJava https://github.com/ReactiveX/RxJava.
- RxAndroid https://github.com/ReactiveX/RxAndroid.
- CodeView-Android https://github.com/kbiakov/CodeView-Android.
- launcher icon made by Freepik from www.flaticon.com.
this app covered this operators:
- concatMap
- create
- distinct
- distinctUntilChanged
- elementAt
- filter
- flatMap
- fromArray
- fromIterable
- interval
- just
- map
- merge
- range
- reduce
- scan
- skip
- sorted
- switchMap
- take
- takeLast
- throttleFirst
- throttleLast
- throttleWithTimeout
- zip
and more coming soon..
Libraries used in this app:
- RxJava https://github.com/ReactiveX/RxJava.
- RxAndroid https://github.com/ReactiveX/RxAndroid.
- CodeView-Android https://github.com/kbiakov/CodeView-Android.
- launcher icon made by Freepik from www.flaticon.com.
Show More