Skip to content

Simple wallpaper app that built with kotlin, jetPack, Dagger Hilt, Paging3

Notifications You must be signed in to change notification settings

MhmdAwad/Wallpaperaty

Repository files navigation

Wallpaperaty

Simple wallpaper app that built with kotlin, jetPack, Dagger Hilt, Paging3 with night mode.

Architecture

MVVM is pretty good in such cases. It goes one step further in separating the responsibilities of your code base. It clearly abstracts the logic of the actions that can be performed in the app.

Preview

IMAGE ALT TEXT HERE

Built With

  • Kotlin : A modern programming language for Android development.
  • Dagger Hilt : Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
  • Coroutines : Asynchronous or non-blocking programming is the new reality. Whether we're creating server-side.
  • Retrofit : A type-safe HTTP client for Android and Java.
  • LiveData : Data objects that notify views when the underlying database changes.
  • ViewModel : Stores UI-related data that isn't destroyed on UI changes.
  • Navigation Components: Allow to navigate across, into, and back out from the different pieces of contents.
  • Glide : Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding.
  • Paging3 : The Paging library helps you load and display pages of data from a larger dataset from local storage or over network.

Screens

About

Simple wallpaper app that built with kotlin, jetPack, Dagger Hilt, Paging3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages