This app is created as a sample app which loads Images from the picsum api, and uses the Paging3 library to show it in a RecyclerView
#Libraries used
- Pagging 3 for implementing paging.
- Retrofit to create network requests.
- Dagger Hilt for dependency injection.
- Glide for Image loading and caching.
- Kotlin Coroutines to perform asynchronous task.
- Moshi for JSON parsing.
- Shimmer for shimmer effect while loading.
- View Model
- Live Data
If this project helps you in anyway, show your love ❤️ by putting a ⭐ on this project