Skip to content

An app with a clean UI which provides live updates and forecast of earthquakes occurring over the world. The app sends a customized query to the USGS data server API matching the user’s preference, fetches live information and provides necessary information to the users.

Notifications You must be signed in to change notification settings

Debasis56/Earthquake-Report-App

Repository files navigation

Earthquake Report App

Project title - Earthquake-Report-App

An app with a clean UI which provides live updates and forecast of earthquakes occurring over the world. The app sends a customized query to the USGS data server API matching the user’s preference, fetches live information and provides necessary information to the users. I have used Recycler View to store the list of information to save out the extra memory due to the overhead of loading all items at a time.

Screenshots

earthquake1


earthquake2


earthquake3


Tech/framework used

Built with

* Android SDK

* JAVA

* USGS Server API

* Android Recycler View

Features

--Users get a detailed view and the necessary information of the recent earthquake in their app home screen.
--Users can get their required list of earthquake by specifying the maximum and minimum magnitude.
--Users can sort the earthquake according to most recent ones or most magnitude.
--Recycler View is used which changes the list of items on the screen without consuming much memory.

About

An app with a clean UI which provides live updates and forecast of earthquakes occurring over the world. The app sends a customized query to the USGS data server API matching the user’s preference, fetches live information and provides necessary information to the users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages