- What is reactive programming?
- How do we realize reactive programming concepts with Kotlin/Android
- Some common patterns we use in Android development with reactive programming
async stream processing with the support of functional programming. 2. Realize with ReactiveX language implementations: RxJava, RxKotlin, RxSwift, RxJS 3. Rx provided with set of common tools/pattern to solve data manipulating in an asynchronous manner.