Skip to content

tabraizjawed/android-kotlin-flows

Repository files navigation

Learn Kotlin Flow by real examples for Android

About this project:

  • 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.

You will learn the following from this Learn Kotlin Flow project:

  • 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.
  • 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.
  • Retry Task with Exponential Backoff in Flow.
  • Using Kotlin Flow with Retrofit.
  • Using Kotlin Flow with Room Database.
  • 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.

Kotlin Flow Examples for Android Development: Activity and ViewModel

If this project helps you in anyway, show your love ❤️ by putting a ⭐ on this project ✌️

License

   Copyright (C) 2023 Tabraiz Jawed

   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.

About

A repo with flows example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages