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

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