Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.28 KB

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