shehramjamil / News-Reader

This application is using a news API to show a list of top stories and based on jet pack and Android Architectural components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News-Reader

This application is using a news API to show a list of top stories from different countries. The application contains the following libraries and architectural patterns which can boost up the speed of writing a code from scratch.

  1. Clean Code Architecture
  2. Separation of Concerns
  3. MVVM pattern with Repository Pattern and UseCases
  4. Flows/coroutines and LiveData
  5. Hilt Dagger2.x
  6. Custom Pagination with the help of Recycler Scroll Listener
  7. Retrofit Networking Library with coroutine
  8. Room DB with Flows
  9. Recycler Views + Card Layout
  10. Navigation using Jetpack
  11. Fragments

About

This application is using a news API to show a list of top stories and based on jet pack and Android Architectural components.


Languages

Language:Kotlin 100.0%