Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 809 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 809 Bytes

About News App

It is a simple news listing app which fetchs Top headlines depending upon your country location from newsapi.org, stores them in Room database and displays them in a row in a RecyclerView, when clicked on individual articles full article open in webView. This app is made using MVVM architecture. Admob is added to display Banner Ads which may be controlled from firebase using remote config.

Library Used

  • Retrofit (For all APIs interactions)
  • ROOM (Storing data offline)
  • Glide (For loading images)
  • WebView (For opening articles)
  • AdMob (For displaying Ads)
  • Firebase (For remote config)
  • ViewModel
  • LiveData

App screenshots