ICP10 - Abinash-Banda/web-and-mobile-computing GitHub Wiki

OBJECTIVE

Earthquake Info App: Displaying the recent earthquake information Create a mobile application with the following requirements, 1.On clicking any item Earthquake, the user mustbe directed to the webpage of USGS which contains further information about the earthquake in the web browser. 2.Follow all the three TODO instructions in the QueryUtils.javafile and two more TODO instructions in the EarthquakeActivity.javafile and AndroidManifest.xml to complete the functionality API Used: https://earthquake.usgs.gov/fdsnws/event/1/

  1. Created the URL GET Request.

1

  1. Open the connection and stored the data in stringBuilder later converted into string and stored in jsonResponse

2

  1. Activity

3

OUTPUTS

  1. 1

  2. 2