This project handles paging images and supports offline mode.
Thanks to Unsplash, this project uses their API to fetch beautiful images.
Note: I added the token in this project. You can try it now instead of doing the steps below.
- Firstly, let's head to Unsplash's developer page to get your own API token.
- Secondly, put it inside your
build.gradle
file as following:
buildConfigField "String", "UNSPLASH_TOKEN", "\"Client-ID *********\""
- AndroidX Support Library
- AndroidX Architecture Components(Room, ViewModels, LiveData)
- AndroidX Data Binding
- RxJava2
- Dagger2
- Retrofit2
Just make pull request. You are in!
This project is available under the MIT license. See the LICENSE file for more info.