Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.51 KB

readme.md

File metadata and controls

31 lines (23 loc) · 1.51 KB

News APP - MVVM

This repository contains Android Architecture Components (Navigation Graph, LiveData ,View Model and MVVM with retrofit for consuming rest api )

About This Project

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.

App Features

  • Show list of Tech article
  • On the click of article user can read the article in in-app webview.

App demo ref.

Group 1

Component Used