Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 678 Bytes

Soonami

This app displays information about a single earthquake event and whether or not there was a tsunami alert issued for it.

The data is retrieved from the USGS service. https://earthquake.usgs.gov/fdsnws/event/1/

Pre-requisites

  • Android SDK v26
  • Android Build Tools v26.+
  • Android Support Repository v26.+

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Support