Skip to content

franck30/News-aggregator

Repository files navigation

News-aggregator

android application using news-api.org to get news

App functionalities

  • display news from newsapi.org
  • save news locally in app database, saved news available offline
  • search news based on keyword
  • open news in the app

Clean architecture with 3 layers

  • Data (for database, API and preferences code)
  • Domain (for business logic and models)
  • Presentation (for UI logic, with MVVM)

Librairies and technologies used

  • Room library for saving news in application
  • Retrofit used to make api calls
  • glide for loading images
  • Viewmodel and liveData
  • Kotlin coroutines

Screenshots

ArchiTecture logo ArchiTecture logo ArchiTecture logoArchiTecture logo

About

android application using news-api.org to get news

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages