This Kotlin example app teaches the very basics of how to work with Paging 3 library :
- Consume content from the Pexels API to fetch curated wallpapers using pagination library.
- Koin library for dependency injection.
- Retrofit REST Client.
- Glide to load images from url.
- Use of architecture components
- ViewModels
- Repository pattern
- Handling asynchronous task with coroutines
- Download images with DownloadManager