A simple and easy to use news app entirely written in Kotlin using MVVM architecture, Databinding, RxJava, Dagger.
Update - The app now uses the latest Android Jetpack Libraries and is built according to modern design practices.
- Kotlin Coroutines - For making network calls and running asynchronous code without blocking the UI Thread
- Android KTX - For using Kotlin extension functions such as viewModelScope()
- Room - To manage data for offline cache
- WorkManager - To run background tasks periodically for fetching latest news
The latest code is present in the branch mvvm_coroutine_offline
- RxJava2: https://github.com/ReactiveX/RxJava
- Dagger2: https://github.com/google/dagger
- Retrofit2: https://github.com/square/retrofit
- Glide: https://github.com/bumptech/glide
- Gson: https://github.com/google/gson