Skip to content

masterravi/CoroutinePackDemo

Repository files navigation

Kotlin-Coroutines-MVVM-Demo - Kotlin Coroutines for Android with MVVM Architecture

About this project:

  • If you want to ho ahead with complete android project with coroutines instead of RxJava and wants to master it, then this project will help you alot.
  • 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.

Screenshot

alt text

This demo will help you in learning the following

  • Kotlin Coroutines?
  • RecyclerView
  • Room DB Integration
  • Offline Support.
  • MVVM Architecture.
  • Network Call.
  • Repository Pattern.
  • What are scopes in Kotlin Coroutines?
  • Exception handling in Kotlin Coroutines.
  • Using Kotlin Coroutines with Retrofit.
  • Using Kotlin Coroutines with Room Database.
  • Glide Integration.

Contribution

Just make pull request and make it better