Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 887 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 887 Bytes

Earth-Quake-App

Overview of the App

An Earthquake app that tells you information regarding real time earthquakes that has happened such as their magnitude , time , location and date . The data is fetched from USSGS website by using an API

Features used

API to fetch earthquake data

Listview with Custom Adapter

How to make an Https request to the server

Loaders

Use of Loaders to ensure the request is running on the background threat and prevention of memory leaks and slow efficiency

Intents

How to traverse and use Json format

working with URLS

Using of circle loading bar to show loading progress

Front page