The Wayback Machine - https://web.archive.org/web/20220417122312/https://github.com/topics/kotlin-coroutines-mvvm
Skip to content
#

kotlin-coroutines-mvvm

Here are 30 public repositories matching this topic...

【此git仓库已停止更新,其中的若干个模块将被拆分为多个仓库,详情请点开本人的仓库列表查看。】使用Kotlin Coroutine和ViewModel、LiveData等Android Jetpack组件搭建而成的MVP、MVVM架构框架。实现了业务代码的高复用性的核心特点,并且使用简单、代码简洁。 如果使用Retrofit作为网络请求工具,可以为Model层自动注入Retrofit Api实例,进一步精简代码。同样的,也可以注入Room数据库框架的Dao层接口。注:配合http模块食用,风味更佳!
  • Updated Aug 10, 2020
  • Kotlin
StateFlow-MVVM-MVI-demo

A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, DataBinding and Navigation Component.
  • Updated Dec 3, 2020
  • Kotlin

Android Refresh token with Retrofit, OkHttp, Kotlin Coroutines Mutex 🔂 When multiple requests hit 401 (HTTP_UNAUTHORIZED), only single Refresh token request will be executed. After successful refresh, all pending requests will be executed concurrently. Example of encryption Jetpack Proto DataStore with Tink. Secured Proto DataStore. This example app shows how you can encrypt your data when using Proto DataStore from Jetpack.
  • Updated Apr 10, 2022
  • Kotlin

DataStore-sample. Preferences DataStore Working with Preferences DataStore Codelab. Using Jetpack Compose for UI. Toggle dark mode / light model. StateFlow, Coroutines Flow.
  • Updated Mar 7, 2022
  • Kotlin

This is simple weather application example to get temperature of the searched city and get the result from an api call from metaweather API's.the app is build using retrofit2+room+mvvv+coroutines+liveData+viewmodel
  • Updated Dec 4, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the kotlin-coroutines-mvvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-coroutines-mvvm topic, visit your repo's landing page and select "manage topics."

Learn more