An open API service indexing awesome lists of open source software.

https://github.com/jarroyoesp/androidmvvmcoroutines

Android Application under MVVM and Stable Kotlin Coroutines
https://github.com/jarroyoesp/androidmvvmcoroutines

Last synced: 29 days ago
JSON representation

Android Application under MVVM and Stable Kotlin Coroutines

Awesome Lists containing this project

README

        

# Android MVVM Coroutines
Android Application under MVVM and Stable Kotlin Coroutines (1.3)

This is an example project using MVVM pattern and Clean Architecture principles. In this case, we have
a usecase to get the repositorioes from a GitHub user.

To accomplish this task we use:

- Dagger 2
- Coroutines (Kotlin 1.3)
- Repository pattern
- Retrofit