codepath/android-earthquake-monitor-exercise

Name: android-earthquake-monitor-exercise

Owner: CodePath

Description: Earthquake Monitor Starter Code

Created: 2015-07-05 03:34:09.0

Updated: 2016-12-07 02:38:59.0

Pushed: 2015-09-24 22:02:27.0

Homepage: http://codepath.com

Size: 256

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Earthquake Monitor

Overview

Adroid app to monitor earthquakes registered in the last hour by leveraging the API provided by earthquake.usgs.gov site. The app will plot locations of earthquakes on a map. It will also automatically update the map when a new earthquake takes place with the use of an IntentService.

To achieve this, we'll be performing the following steps:

Usage

This app is intended to be the base project on top of which new features can be added. To use it, clone the project and import it using the following steps:

Imgur

Once you have imported base app, go ahead and run it, and you should see the following output :

Imgur

Now we will go ahead and implement the exercise. At the end of exercise, final output will be

Imgur


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.