In this talk, I will be explaining the amazing things you can do with Flow while covering how with coroutines it can be a complete replacement of RxJava. Also, we will learn how to migrate from RxJava 1/2 to Coroutines + flow.
This session is broken down into the following parts,
1. Understanding the problem.
2. How Coroutines + Flow solves it?
3. Architecture of Flow.
4. How to build flow?
5. How to convert a few android operations in Flow?
6. Replacing your RxJava code to Coroutines + Flow.
7. What we can achieve with Flow and a few practical use cases of using Flow like, Networking, Db Queries, etc.