Offline-First android app
https://api.coinranking.com/v1/public/
This app shows cryptocurrency info. If network isn't available app use local cached data. Based on https://github.com/fibelatti/raffler-kotlin
- MVVM using
ViewModel
,LiveData
,LifecycleObserver
, etc - Kotlin
- Kotlin-Coroutines
- Room Persistence Library
- Retrofit 2
- Dagger 2