Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.64 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.64 KB

WallpaperApp

An android app for viewing and downloading cool wallpapers ad-free as well as cost-free

ss1


Built With 🛠

  • Written in Kotlin - The official and modern programming language for Android development.
  • Dagger Hilt - A dependency injection library for Android.
  • Coroutines - "Light-weight threads" for asynchronous background operations.
  • Retrofit2 - RESTful API and networking client for Android and Java.
  • Android Architecture Components - A collections of libraries that help you design robust, testable and maintainable apps.
    • ViewModel - UI related data manager stored in a lifecycle conscious way.
    • LiveData - Observable data holder that notifies views when underlying data changes.
    • Room - SQLite object mapping library.
    • Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.
    • Paging 3 - The Paging library helps you load and display pages of data from a larger dataset from local storage or over network.