• Stars
    star
    1
  • Language
    Kotlin
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An 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, Article list are synced in Room database, also when article is tap the content is fetched from URL and content is updated in database for that article. There is swipe to refresh which will fetch from network again, by default it will show from database if available otherwise it will fetch from network that implements MVVM architecture using kotlin, Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, DataBinding and Navigation Component ,Espresso, UnitTest cases.