News app using Guardian's API
This Android app was created for the purpose of and assignment in the frame of Android Basics Udacity and Google's course.
News feed devoted to Travel is regularly updated by parsing responses from Guardian's API - here. While articles are being loaded an empty view is displayed.
Please be advised that student's api-key will expire after a certain number of requests sent.
You can change this parameter at NewsActivity line #101
uriBuilder.appendQueryParameter("api-key", "8420c23a-........");
User can narrow-down the selection using preference screen.
User can consult the original article using a browser.
- Connecting to an API
- Parsing the JSON response
- Using an AsyncTask