All Projects → MindorksOpenSource → Kotlin Flow Android Examples

MindorksOpenSource / Kotlin Flow Android Examples

Licence: apache-2.0
Kotlin Flow Android Examples - How to use it in Android Project

Programming Languages

kotlin
9241 projects
flow
126 projects
operators
16 projects

Projects that are alternatives of or similar to Kotlin Flow Android Examples

Vertx Examples
Vert.x examples
Stars: ✭ 3,202 (+655.19%)
Mutual labels:  examples
Romaniancoderexamples
Java / SpringBoot / Angular examples for the Romanian Coder YouTube channel
Stars: ✭ 353 (-16.75%)
Mutual labels:  examples
Linux command line
💻 Introduction to Linux commands and Shell scripting
Stars: ✭ 378 (-10.85%)
Mutual labels:  examples
Scipy Cookbook
Scipy Cookbook
Stars: ✭ 326 (-23.11%)
Mutual labels:  examples
Cypress Documentation
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Stars: ✭ 339 (-20.05%)
Mutual labels:  examples
Deepspeech Examples
Examples of how to use or integrate DeepSpeech
Stars: ✭ 356 (-16.04%)
Mutual labels:  examples
Examples
Example Revel Applications
Stars: ✭ 290 (-31.6%)
Mutual labels:  examples
Examples
Examples for Bazel
Stars: ✭ 412 (-2.83%)
Mutual labels:  examples
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (-16.98%)
Mutual labels:  examples
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (-11.32%)
Mutual labels:  examples
Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (-23.11%)
Mutual labels:  examples
Platformio Examples
PlatformIO Project Examples
Stars: ✭ 329 (-22.41%)
Mutual labels:  examples
C Cpp Notes
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Stars: ✭ 363 (-14.39%)
Mutual labels:  examples
Mpi4py Examples
mpi4py examples
Stars: ✭ 308 (-27.36%)
Mutual labels:  examples
Interactive Examples
Home of the MDN live code editor interactive examples
Stars: ✭ 389 (-8.25%)
Mutual labels:  examples
Telegram.bot.examples
Examples for the Telegram.Bot C# Library
Stars: ✭ 290 (-31.6%)
Mutual labels:  examples
Aws Doc Sdk Examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
Stars: ✭ 4,575 (+979.01%)
Mutual labels:  examples
Vulkandemos
Some simple vulkan examples.
Stars: ✭ 413 (-2.59%)
Mutual labels:  examples
Knitr Examples
A collection of knitr examples
Stars: ✭ 389 (-8.25%)
Mutual labels:  examples
Design Patterns
Contains examples of design patterns that implemented in php
Stars: ✭ 375 (-11.56%)
Mutual labels:  examples

Kotlin-Flow-Android-Examples - Learn Flow for Android by Examples

Mindorks Mindorks Community Mindorks Android Store Open Source Love License

About this project:

  • If you want to get started with Kotlin Flow, then this project is for you.
  • Common use-cases of Kotlin Flow in Android has been implemented in this project.
  • This is your one-stop solution for learning Kotlin Flow for Android Development.

Steps to learn Kotlin Flow by examples from this project

  • First, learn the concepts of Kotlin Flow from this blog
  • Understanding Terminal Operators in Kotlin Flow. Learn from here
  • Creating Flow Using Flow Builder in Kotlin. Learn from here
  • Exception Handling in Kotlin Flow. Learn from here
  • StateFlow APIs in Kotlin. Learn from here
  • Implement Instant Search Using Kotlin Flow Operators. Learn from here
  • Kotlin Flow Retry Operator with Exponential Backoff Delay. Learn from here
  • Zip Operator for Parallel Multiple Network Calls. Learn from here
  • Then, just clone, build, run the project and start learning Kotlin Flow by examples.

This Kotlin Flow Example Project will help you in learning the following for Android App Development:

  • What is Kotlin Flow?
  • How to use Kotlin Flow in Android?
  • Step by Step guide on how to implement the Kotlin flow in Android?
  • Doing simple task in Kotlin Flow
  • Using operators like filter, map, reduce, flatMapConcat, zip, and etc.
  • Exception 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.
  • Making two network calls in parallel using Kotlin Flow.
  • Doing task in series using Kotlin Flow.
  • Unit test in Flow.

Kotlin Flow Examples for Android Development:

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

Explore Android Online Tutorials and Courses To Learn More by MindOrks

  • Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
  • Android Tutorial - All Free Android Tutorials by MindOrks
  • Android Online Course for Professionals - In this online course, you’ll learn the Dagger, Kotlin, RxJava, MVVM Architecture, Architecture Components, Jetpack, LiveData, ViewModel, Room Database, Database Design, Multithreading, Memory Management, Networking, Caching, How Glide works, Unit Testing, and the best practices for Android Development. By the end of this online course, you will have all the skills you need to become a professional Android Developer.
  • Android Online Course for Beginners - This course is for beginners for those who want to get started with Android Development. In this course, you will build two apps: TodoNotes and Ride-Sharing Uber Android App.

Kotlin-Coroutines-Android-Examples - Check here

Check out MindOrks awesome open source projects here

License

   Copyright (C) 2020 MINDORKS NEXTGEN PRIVATE LIMITED

   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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].