A sample application which shows the most viewed articles in the last 7 days available on the New York Times. The Most Popupar API is used to reach the articles.
To run the application build an .apk and install it on your mobile device.
In the root folder of the application run the following commands:
./gradlew assembleIntegrationRelease
adb install app/build/outputs/apk/integration/release/app-integration-release.apk