Skip to content

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

Notifications You must be signed in to change notification settings

tanaskovicVesna/EarthquakeReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2abbe7 · Jun 3, 2020

History

13 Commits
Apr 30, 2020
Apr 11, 2020
Mar 31, 2020
Mar 31, 2020
Mar 31, 2020
Jun 3, 2020
Apr 30, 2020
Apr 11, 2020
Mar 31, 2020
Mar 31, 2020
Mar 31, 2020

Repository files navigation

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 anot…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages