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.
-
Couldn't load subscription status.
- Fork 0
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 anot…
License
Couldn't load subscription status.
tanaskovicVesna/EarthquakeReport
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 anot…