This is a sample app developed using https://api.nytimes.com/svc/mostpopular/v2/viewed/1.json?api-key=yourkey
NewYork News is a Mobile App that allow user to read and search news from NewYork Times .
App will fatch the flowing data
- Title,
- Byline kind of Description
- Published Date
As usual, you get started by cloning the project to your local machine:
$ https://github.com/umerjavaidkh/NewYorkTimes.git
- Build the sample app using:
./gradlew clean build`
- To see a list of available tasks, execute:
./gradlew tasks
- Navigate to androidTest
- Open com.newyork.times.app.baseTest AppJourney
- Run -> AppJourney
- Navigate to Test