This is a news app to help me learn adanced netwoking in android
- Connecting to an API(https://content.guardianapis.com/search?q=debates&api-key=test)
- Parsing the JSON response
- Handling error cases gracefully, like logs/printstacks
- Updating news information regularly on listview
- Using Loaders, LoaderManager.LoaderCallbacks
- Doing network operations independent of the Activity lifecycle using background threads
- Use Uri.Builder class to add query parameters to the URL