项目作者: c2pycf

项目描述 :
An application to check earthquake informations
高级语言: Kotlin
项目地址: git://github.com/c2pycf/EarthquakeTracker.git
创建时间: 2021-01-31T21:34:46Z
项目社区:https://github.com/c2pycf/EarthquakeTracker

开源协议:MIT License

下载


EarthquakeTracker

Describtion

An application that gets earthquake spots list data from service. While click on the spot, a map will show and focus on the selected spot.

  • Support Dark mode for Android Q or higher
  • Using Kotlin-DSL for gradle
  • Using Dagger2 for dependency-injection
  • Using Retrofit2 to consume the API
  • Using AndroidX components including Lifecycle, ViewModel, Activity, Fragment, and LiveData
  • Using lite Kotlin Coroutines for scoping the tasks.
  • Using Room for data storage
  • Using Google map api
  • Using Recycler view for the user list.
  • Using a few material design components for UI parts
  • Including UI test cases and Android instrument test cases.
  • Can be modulized in the future.

Sceenshots

List Screen

List Screen_2

Map Screen