amazing tool to learn ReactiveX Programming with animation, schedulers and time project on GitHub.
this is an open source Android application written in Kotlin
to let you understand how ReactiveX 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 3.0.6
.
CPU with 4 cores at least is recommended, and screen with large width.
do you want to know how scan
operation works?
or you may don't know the difference between flatMap
and concatMap
?
and more...
this is small description for emit:
- emit color points to the observable that coming from.
- value.
- the color points to the current thread.
- thread index that in use.
takeTime(emit)
you will see this method in code, simply it will take random time to simulate a long operation, then it will return the emit.
this app covered this operators:
- buffer
- combineLatest
- concatMap
- contains
- create
- distinct
- distinctUntilChanged
- elementAt
- filter
- flatMap
- fromArray
- fromIterable
- interval
- just
- map
- merge
- range
- reduce
- scan
- skip
- sorted
- switchMap
- take
- takeLast
- throttleFirst
- throttleLast
- throttleWithTimeout
- toList
- zip
and more coming soon..
- RxJava.
- RxAndroid.
- CodeView-Android.
- launcher icon made by Freepik from www.flaticon.com.
Copyright 2020 Anas Altair
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.