Giter Club home page Giter Club logo

learn-kotlin-flow's Introduction

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.

Steps to learn Kotlin Flow from this project

First, we need to learn the concepts.

I have written a series of blogs on Flow API in Kotlin:

Then, just clone, build, run the project and start learning Kotlin Flow by examples.

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

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) 2022 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

       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.

Contributing to Learn Kotlin Flow

Just make pull request. You are in!

Thanks

Amit Shekhar

You can connect with me on:

Read all of my blogs here.

learn-kotlin-flow's People

Contributors

amitshekhariitbhu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.