/NYTimesMostPopularArticles

NYTimesMostPopularArticles

Primary LanguageKotlin

A clean architecture based android application to fetch most popular articles from NY Times. It uses webview to display a particular article when user selects it from the list. Webview is just used to display the selected most popular article from the list of popular articles. The list of the most popular articles is fetched from the GET API call.Programming code is written in Kotlin with the best software development practices. Dagger Hilt is used for Dependency Injection.