earthquake
:globe_with_meridians: Earthquake app with USGS Earthquakes API
File Explorer
Download Latest Version (.zip)- android.yml
- codeStyleConfig.xml
- Project.xml
- .gitignore
- ExampleInstrumentedTest.kt
- google_maps_api.xml
- CardClickListener.kt
- EarthquakeResponse.kt
- Feature.kt
- Geometry.kt
- Metadata.kt
- Properties.kt
- ApiService.kt
- EarthquakeDetailActivity.kt
- MainActivity.kt
- ApiClient.kt
- AppUtil.kt
- Constants.kt
- CustomRenderer.kt
- ElasticDragDismissFrameLayout.java
- LinearEdgeDecoration.kt
- MyApplication.kt
- SharedPreferencesUtil.kt
- ViewAnimation.kt
- background_color_chip_state_list.xml
- text_color_chip_state_list.xml
- bottom_sheet_indicator.xml
- ic_access_time_black_24dp.xml
- ic_action_end_marker.png
- ic_crop_free_black_24dp.xml
- ic_earthquake.xml
- ic_height_black_24dp.xml
- ic_keyboard_arrow_down_black_24dp.xml
- ic_keyboard_tab_black_24dp.xml
- ic_launch_black_24dp.xml
- ic_menu_black_24dp.xml
- ic_my_location_black_24dp.xml
- ic_refresh_black_24dp.xml
- ic_tune_black_24dp.xml
- activity_earthquake_detail.xml
- activity_main.xml
- bottom_sheet_about.xml
- bottom_sheet_filter.xml
- content_main.xml
- earthquake_marker.xml
- feature_item.xml
- appbar_menu.xml
- mapstyle_dark.json
- mapstyle_grayscale.json
- attrs_elastic_drag_dismiss_frame_layout.xml
- colors.xml
- dimens.xml
- google_maps_api.xml
- ids.xml
- strings.xml
- styles.xml
- styles.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- google-services.json
- proguard-rules.pro
- screenshot-1.png
- screenshot-2.png
- gradle-wrapper.jar
- gradle-wrapper.properties
- .editorconfig
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/bkhezry/earthquake
Downloads the entire project code from GitHub to your computer.
cd earthquake
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
