Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 969 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 969 Bytes

EarthQauke Updater App

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/

Pre-requisites

  • Android SDK v23
  • Android Build Tools v23.0.2
  • Android Support Repository v23.3.0

Demo

Earthquake-app

Features

  • Using AsyncTasks to connect to the internet.
  • Using AsyncTasksLoader to connect to the internet.
  • Reading and parsing JSON data.
  • Customizing ListViews,using ArrayLists & ArrayAdapters.

Tech Stack

Frontend: XML

Backend: Java

Tools: Android Studio

To Do

  • Providing the filter preferences based on magnitude.
  • Implement caching.
  • UI enhancement.

Authors