bmbmsngh / news-demo

Simple Android App to hit the NY Times Most Popular Articles API and shows list of articles, shows article details when items on the list are tapped (a typical master/detail app).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typora-root-url
./

NY Times Most Popular Article Listing and Its Detail

To run this application,

clone this repo using following command: git clone https://github.com/bmbmsngh/news-demo.git

OR

download repo, on top right corner click on Clone or download. Then click on Download ZIP. As zip file get downloaded, extract the zip file.

Open cloned folder or extracted zip folder in android studio.

run-this-application

Generate code coverage report,

In android studio right click on app folder and select Run 'All Tests' with Coverage option.

code-coverage

About

Simple Android App to hit the NY Times Most Popular Articles API and shows list of articles, shows article details when items on the list are tapped (a typical master/detail app).

License:Apache License 2.0


Languages

Language:Java 100.0%