Simple wallpaper app that built with kotlin, jetPack, Dagger Hilt, Paging3 with night mode.
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.
- 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.