This project is about combining various ideas and skills we’ve been practicing throughout the course of ABND by Udacity
It includes:
- Connecting to an API
- Parsing the JSON response
- Handling error cases gracefully
- Updating information regularly
- Networking operations are done using a Loader rather than an AsyncTask.
- Doing network operations independent of the Activity lifecycle