Skip to content

itszechs/ShrinkMeAndroid

Repository files navigation

ShrinkMeAndroid

Shorten websites links

Preview

Home Loading Shorten
Screenshot_1675098057 Screenshot_1675098048 Screenshot_1675098050

Download

Go to the Releases to download the latest APK.

Tech stack

  • Minimum SDK level 24
  • Kotlin
  • Coroutines
  • JetPack
    • Lifecycle - Dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • ViewBinding - Generates a binding class for each XML layout file.
    • LiveData - Lifecycle-aware data holder class.
  • Architecture
    • MVVM Architecture
    • Repository pattern
  • Retrofit2 & OkHttp3 - Construct the REST APIs and paging network data.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Material-Components - Material design components like ripple animation, cardView.
Also check out the website