This app searches for images within the selected image-api and then displays them.
Add the apiKey for each image platform to the corresponding property inside the gradle.properties
.
- At the Pixabay api-key to
api_key_pixabay="<api-key-pixabay>"
- At the Pexels api-key to
api_key_pexels="<api-key-pexels>"
- At the Flickr api-key to
api_key_flickr="<api-key-flickr>"
- Coil
- Room
- Hilt
- Timber
- Kotlin Flows
- Material Design
- Jetpack Compose
- Retrofit & OkHttp
- Navigation component
- MVVM Pattern
- Repository Pattern
- Finite state machine pattern