Loading repository data…
Loading repository data…
abhishekdubey331 / repository
StockWalls is an Android application that utilizes various modern libraries and follows the MVVM architecture. It incorporates Dagger Hilt for dependency injection, Kotlin Coroutines for asynchronous operations, Lifecycle, LiveData, and ViewModel for lifecycle management, and Retrofit for network requests.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
StockWalls is an Android application designed to showcase stunning images sourced from the Unsplash API. The app is built using modern Android libraries and follows the MVVM architecture to ensure clean, maintainable, and scalable code. It leverages Dagger Hilt for dependency injection, Kotlin Coroutines for asynchronous operations, and a suite of other libraries to enhance functionality and user experience. Recently, pagination has been added using Jetpack Paging 3 to load images efficiently as the user scrolls.
Explore the app's interface through this demo video:
git clone https://github.com/abhishekdubey331/StockWalls.git
local.properties:ACCESS_KEY="your_unsplash_access_key_here"