Skip to content
#

kotlin-coroutines-mvvm

Here are 42 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

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, Data…

  • Updated Dec 3, 2020
  • 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