/LoLGuide

Primary LanguageKotlin

LoLGuide-Stats

android-logo-minimal-5k-i7-1600x1200

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.
  • Glide -> Image loading for Android.
  • Navigation Component -> It is a set of components that facilitates the navigation structure of Android applications.
  • Room Database -> Room is a component used to create a local database in Android applications.
  • Swipe Refresh Layout -> SwipeRefreshLayout allows the user to refresh a list or other content.
  • Shared Preferences -> SharedPreferences is a data storage mechanism in Kotlin used for storing and retrieving key-value pairs persistently.

Android 📱 Application Screens 📸 Pixel 6 Pro

1 2 3 4 5 6 7 8