Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 443 Bytes

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