This app displays a list of recent earthquakes in the world from the U.S. Geological Survey (USGS) organization.
More info on the USGS Earthquake API available at: https://earthquake.usgs.gov/fdsnws/event/1/
- Android SDK v23
- Android Build Tools v23.0.2
- Android Support Repository v23.3.0
- Using AsyncTasks to connect to the internet.
- Using AsyncTasksLoader to connect to the internet.
- Reading and parsing JSON data.
- Customizing ListViews,using ArrayLists & ArrayAdapters.
Frontend: XML
Backend: Java
Tools: Android Studio
- Providing the filter preferences based on magnitude.
- Implement caching.
- UI enhancement.