Requirements
- The application developed in Kotlin.
- Uses newsapi to get a list of news articles.
- 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)
- The user able to click on an article and it open the URL to the article web page.
Implementation done with following features:
- MVVM data binding
- offline support
- Network notifier
- Dependency injection: dagger
- Pagination