This repository contains Android Architecture Components (Navigation Graph, LiveData ,View Model and MVVM with retrofit for consuming rest api )
In this project we will build a tech news article app using android architecture components ( LiveData and ViewModel ) usning MVVM pattern by the help of Retrofit for consuming rest api data from News Api We have also added the Unit test in the project.
- Show list of Tech article
- On the click of article user can read the article in in-app webview.