All Projects → MindorksOpenSource → Kotlin Coroutines Android Examples

MindorksOpenSource / Kotlin Coroutines Android Examples

Licence: apache-2.0
Learn Kotlin Coroutines for Android by Examples. Learn how to use Kotlin Coroutines for Android App Development.

Programming Languages

kotlin
9241 projects

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

Awesome Android Kotlin Apps
👓 A curated list of awesome android kotlin apps by open-source contributors.
Stars: ✭ 1,058 (+84.97%)
Mutual labels:  coroutines, viewmodel, unit-testing
StarWarsSearch-MVI
Star wars sample android project showcasing the use of View components for rendering UI in Fragments and Activities. Uses Android Jetpack, clean architecture with MVI (Uni-directional data flow), dagger hilt, and kotlin coroutines with StateFlow
Stars: ✭ 189 (-66.96%)
Mutual labels:  coroutines, viewmodel, kotlin-coroutines
Sample Code Movies
This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.
Stars: ✭ 81 (-85.84%)
Mutual labels:  coroutines, viewmodel, unit-testing
WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (-78.32%)
Mutual labels:  coroutines, viewmodel, kotlin-coroutines
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (-37.76%)
Mutual labels:  coroutines, viewmodel, kotlin-coroutines
Uniflow Kt
Uniflow 🦄 - Simple Unidirectional Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming
Stars: ✭ 414 (-27.62%)
Mutual labels:  coroutines, kotlin-coroutines, viewmodel
fluid-mongo
Kotlin coroutine support for MongoDB built on top of the official Reactive Streams Java Driver
Stars: ✭ 27 (-95.28%)
Mutual labels:  coroutines, kotlin-coroutines
DeezerClone
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.
Stars: ✭ 81 (-85.84%)
Mutual labels:  coroutines, viewmodel
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-97.03%)
Mutual labels:  coroutines, viewmodel
Architecturecomponentsdemo
Kotlin demo project that uses some Android Architecture Components (ViewModel and LiveData) with Dagger 2 and Coroutines
Stars: ✭ 269 (-52.97%)
Mutual labels:  coroutines, viewmodel
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (-83.22%)
Mutual labels:  coroutines, viewmodel
Kotlinjetpackinaction
🔥🔥 Kotlin Jetpack zero to hero. 新手到高手
Stars: ✭ 264 (-53.85%)
Mutual labels:  coroutines, viewmodel
Coroutineworker
Kotlin Coroutine-based workers for native
Stars: ✭ 282 (-50.7%)
Mutual labels:  coroutines, kotlin-coroutines
jda-ktx
Collection of useful Kotlin extensions for JDA
Stars: ✭ 49 (-91.43%)
Mutual labels:  coroutines, kotlin-coroutines
CoMvvmHelper
android mvvm 基础框架,适合日常快速开发。有需要添加的内容或者发现问题可以提 issue。
Stars: ✭ 26 (-95.45%)
Mutual labels:  viewmodel, kotlin-coroutines
Coffeegram
Android app using Jetpack Compose together with StateFlow and MVI
Stars: ✭ 155 (-72.9%)
Mutual labels:  coroutines, kotlin-coroutines
Retrofit2-Flow-Call-Adapter
A Retrofit 2 adapter for Kotlin Flows.
Stars: ✭ 41 (-92.83%)
Mutual labels:  coroutines, kotlin-coroutines
Coroutine
C++ 20 Coroutines in Action (Helpers + Test Code Examples)
Stars: ✭ 262 (-54.2%)
Mutual labels:  coroutines, examples
Moko Mvvm
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
Stars: ✭ 329 (-42.48%)
Mutual labels:  coroutines, viewmodel
Tvflix
TvFlix android app using Dagger Hilt, Coroutines, Flow, KTX, Jetpack(Room, ViewModel, Paging3, Lifecycle) based on MVVM architecture purely written in Kotlin
Stars: ✭ 286 (-50%)
Mutual labels:  kotlin-coroutines, unit-testing

Kotlin-Coroutines-Android-Examples - Learn Kotlin Coroutines for Android by Examples

MindOrks MindOrks Community Open Source Love License

About this project:

  • If you want to get started with Kotlin Coroutines for Android Development and wants to master it, then this project is for you.
  • Common use-cases of Kotlin Coroutines in Android has been implemented in this project.
  • Also, learn to write Unit-Test for ViewModel which uses Kotlin Coroutines.
  • This is your one-stop solution for learning Kotlin Coroutines for Android Development.

Steps to learn Kotlin Coroutines by examples from this project

  • First, learn the concepts of Kotlin Coroutines from this blog
  • Then, just clone, build, run the project and start learning Kotlin Coroutines by examples.

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

  • What are Kotlin Coroutines?
  • How to use Kotlin Coroutines in Android App Development?
  • Step by step guide on how to implement the Kotlin Coroutines in Android.
  • Doing simple task in background using Kotlin Coroutines.
  • Doing tasks in series using Kotlin Coroutines.
  • Doing tasks in parallel using Kotlin Coroutines.
  • Making two network calls in parallel using Kotlin Coroutines.
  • What are scopes in Kotlin Coroutines?
  • Canceling background task using Kotlin Coroutines.
  • Exception handling in Kotlin Coroutines.
  • Using Kotlin Coroutines with Retrofit.
  • Using Kotlin Coroutines with Room Database.
  • Using Kotlin Coroutines with various 3rd party libraries.
  • Adding timeout to a task using Kotlin Coroutines.
  • Writing Unit-Test for ViewModel which uses Kotlin Coroutines.

Kotlin Coroutines Examples for Android Development:

  • Single Network Call: Learn how to make a network call using Kotlin Coroutines. This is a very simple use-case in Android App Development.

  • Series Network Calls: Learn how to make network calls in series using Kotlin Coroutines. 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 Coroutines. 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 Coroutines. This is useful when you are using Room Database in your Android Application.

  • Long Running Task: Learn how to do a long running task using Kotlin Coroutines. If you want to do any of your task in background thread using the Kotlin Coroutines, then this is useful.

  • Two Long Running Tasks: Learn how to run two long running tasks in parallel using Kotlin Coroutines.

  • Timeout: Learn how to add timeout to a task using Kotlin Coroutines. If you want to add a timeout to any of your background task in Android, this is going to super useful.

  • Try-Catch Error Handling: Learn how to handle error in Kotlin Coroutines using Try-Catch.

  • CoroutineExceptionHandler: Learn how to handle error in Kotlin Coroutines using CoroutineExceptionHandler.

  • Ignore Error And Continue: Learn how to use supervisorScope to ignore error of a task and continue with other task. In other words, if more than two child jobs are running in parallel under a supervisor, one child job gets failed, we can continue with other.

  • Unit Test: Learn how write unit-test for ViewModel which uses Kotlin Coroutines.

References useful during learning the Kotlin Coroutines for Android from this project

The following project structure is followed for simplicity:


Video showing how to get started with this project, check here

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.

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

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

Contributing to Kotlin Coroutines Android Examples

Just make pull request. You are in!

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