Android earthquake occurrences

An Android application designed to display and track earthquake occurrences around the world. It shows a list of earthquakes that have occurred before a selected date. The list contains details such as magnitude, location, & time. With the location data, the OpenStreetMap API is utilized to show the map of the earthquake occurrences.

The data in the app is fetched from the USGS (United States Geological Survey) Earthquake API.

View the code on GitHub: https://github.com/Akshat55/Android-EarthquakeOccurrences