Android News
- Project News App of Android Basics Nanodegree
- Android Basics Nanodegree at Udacity.com
Android Goodies
- HttpURLConnection.
- Loaders (AsyncTaskLoader)
- StringBuilders.
- JSON Parsing.
- ArrayAdapter.
- ListView.
Description
- Get the latest Android News
- Retrieves data from The Guardian API
- Only the first 10 results will be displayed
- Swipe down to refresh the news list
- Tap any item to open the article in your browser
Instructions
You need an API key from The Guardian API. Go to the class QueryUtils, find the createStringUrl() method and replace the query parameter value "test" for your API key.
