An Android app to retrieve JSON file from http://earthquake.usgs.gov/earthquakes/feed/geojsonp/2.5/week
Depending upon user’s choice, it will perform the following action in the subsequent activity-
- using a socket and display Xth line in the JSON file, where X is input by the user
- using an AndroidHTTPClient and display Xth line in the JSON file, where X is input by the user
- launch Chrome activity via an intent to display the JSON file
- parse the JSON file and display the coordinates on the Xth line in Google maps, where X is input by the user