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.
Built with
--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.