- This project is for someone who wants to get started with Kotlin Flow.
- I have tried to add the examples we implement in our Android project frequently.
Hi, I am Amit Shekhar, Co-Founder @ Outcome School • IIT 2010-14 • I have taught and mentored many developers, and their efforts landed them high-paying tech jobs, helped many tech companies in solving their unique problems, and created many open-source libraries being used by top companies. I am passionate about sharing knowledge through open-source, blogs, and videos.
You can connect with me on:
First, we need to learn the concepts.
I have written a series of blogs on Flow API in Kotlin:
- Mastering Flow API in Kotlin
- Creating Flow Using Flow Builder in Kotlin
- Terminal Operators in Kotlin Flow
- Cold Flow vs Hot Flow
- StateFlow and SharedFlow
- Long-running tasks in parallel with Kotlin Flow
- Retry Operator in Kotlin Flow
- Retrofit with Kotlin Flow
- Room Database with Kotlin Flow
- Kotlin Flow Zip Operator for Parallel Multiple Network Calls
- Instant Search Using Kotlin Flow Operators
- callbackFlow - Callback to Flow API in Kotlin
- Exception Handling in Kotlin Flow
- Unit Testing ViewModel with Kotlin Flow and StateFlow
Then, just clone, build, run the project and start learning Kotlin Flow by examples.
- How to use Kotlin Flow in Android Project?
- Doing simple task in background using Kotlin Flow.
- Doing tasks in series using Kotlin Flow.
- Doing tasks in parallel using Kotlin Flow. Blog
- Making two network calls in parallel using Kotlin Flow.
- Using operators like filter, map, reduce, flatMapConcat, zip, and etc.
- Exception handling in Kotlin Flow
- How to use onCompletion in Flow?
- Retry Task using retry operator in Flow. Blog: Retry Operator in Kotlin Flow
- Retry Task with Exponential Backoff in Flow. Blog: Retry Operator in Kotlin Flow
- Using Kotlin Flow with Retrofit. Blog
- Using Kotlin Flow with Room Database. Blog
- Using Kotlin Flow with various 3rd party libraries.
- Making two network calls in parallel using Kotlin Flow.
- Doing task in series using Kotlin Flow.
- Writing Unit-Test for ViewModel which uses Kotlin Flow. Blog: Unit Testing ViewModel with Kotlin Flow and StateFlow
-
Single Network Call: Learn how to make a network call using Kotlin Flow. This is a very simple use-case in Android App Development. Blog: Retrofit with Kotlin Flow
-
Series Network Calls: Learn how to make network calls in series using Kotlin Flow. This is useful when you want to make a network call which is dependent on an another network call.
-
Parallel Network Calls: Learn how to make network calls in parallel using Kotlin Flow. This is useful when you want to make network calls in parallel which are independent of each other.
-
Room Database Operation: Learn how to fetch or insert entity in database using Kotlin Flow. This is useful when you are using Room Database in your Android Application. Blog: Room Database with Kotlin Flow
-
Long Running Task: Learn how to run a long running task using Kotlin Flow. If you want to do any of your task in background thread using the Kotlin Flow, then this is useful.
-
Two Long Running Tasks: Learn how to run two long running tasks in parallel using Kotlin Flow. Blog: Long-running tasks in parallel with Kotlin Flow
-
Catch Error Handling: Learn how to handle error in Kotlin Flow using Catch.
-
EmitAll Error Handling: Learn how to handle error in Kotlin Flow using emitAll.
-
Completion:
-
Reduce:
-
Map:
-
Filter:
-
Search Feature: Implement Search Using Kotlin Flow Operators - Debounce, Filter, DistinctUntilChanged, FlatMapLatest.
-
Retry: Blog: Retry Operator in Kotlin Flow
-
RetryWhen: Blog: Retry Operator in Kotlin Flow
-
Retry with Exponential Backoff: Blog: Retry Operator in Kotlin Flow
-
Unit Test: Learn how write unit-test for ViewModel which uses Kotlin Flow.
Copyright (C) 2024 Amit Shekhar
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
https://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.
Just make pull request. You are in!
Thanks
Amit Shekhar
Co-Founder @ Outcome School
You can connect with me on: