Skip to content

App for viewing and downloading wallpapers

Notifications You must be signed in to change notification settings

androiddevnotesforks/WallpaperApp_mvvm

 
 

Repository files navigation

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.

About

App for viewing and downloading wallpapers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.8%
  • Java 1.2%