A sample Android application written in Kotlin to fetch images from Unsplash API with Pagination Using Koin (for injecting dependencies), Retrofit, Coroutines and MVVM
To setup this project, just clone it first. Then obtain the API key from here. Put this key in ApiClient.kt file's appropriate client_id field and run the application. That's all!