harunuyan / LastEarthquakes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last Earthquakes App

Android Phones Wallpapers Free I Love Android Phones HD Wallpapers

Data api -> API Thanks for @orhanayd

Architecture 🏛

Model - View - ViewModel (MVVM) is the industry recognized software architecture pattern that overcomes all drawbacks of MVP and MVC design patterns. MVVM suggests separating the data presentation logic(Views or UI) from the core business logic part of the application

Screenshot

Libraries 🛠 ⚙️

  • Kotlin -> The Kotlin Programming Language.
  • Retrofit -> A type-safe HTTP client for Android and the JVM.
  • OkHttp -> Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
  • Coroutines -> Library support for Kotlin coroutines
  • Lifecycle -> Perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
  • LiveData -> LiveData is an observable data holder class.
  • Dagger Hilt -> Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
  • ViewModel -> ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.
  • Coil -> Image loading for Android backed by Kotlin Coroutines.

Android 📱 Application Screens 📸 Pixel 6 Pro

Pre-request for project

If you want to try this project, before running, be sure you added your Google Maps SDK in local properties.

MAPS_API_KEY=COPY_YOUR_API_KEY_HERE

About


Languages

Language:Kotlin 100.0%