tanaskovicVesna / EarthquakeReport

App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens another activity that shows google map of eartquake location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EarthquakeReport contains list of Earthquakes. On each list item are displayed eartquakes magnitude, time and location. Earthquakes data are fetched by making HTTP request to the Earthquakes API and getting JSON response from the server. Cliking on list item, opens another activity that shows google map of eartquake location.

About

App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens another activity that shows google map of eartquake location.

License:Other


Languages

Language:Java 100.0%