Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

executable file
·
15 lines (12 loc) · 519 Bytes

News

Requirements

  1. The application developed in Kotlin.
  2. Uses newsapi to get a list of news articles.
  3. Each list item should include the image of the article, its title, a short description and the publication date in relative time format (for example, ​1 day ago​)
  4. The user able to click on an article and it open the URL to the article web page.

Implementation done with following features:

  1. MVVM data binding
  2. offline support
  3. Network notifier
  4. Dependency injection: dagger
  5. Pagination