The Quake Report App is an Android application that displays the most recent earthquakes in the world, according to the USGS API (http://earthquake.usgs.gov/fdsnws/event/1/)
This application is the result of the Udacity course "Android Basics: Networking" : https://www.udacity.com/course/android-basics-networking--ud843
- Explicit / implicit intents
- Comunication with an API (HTTP Networking / parsing JSON file)
- Threads and parallelism (Loader / AsyncTask)