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
- Host: GitHub
- URL: https://github.com/jarroyoesp/androidmvvmcoroutines
- Owner: jarroyoesp
- Created: 2018-11-07T10:17:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:13:09.000Z (over 6 years ago)
- Last Synced: 2025-02-07T21:25:10.688Z (3 months ago)
- Language: Kotlin
- Size: 155 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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