An app that allows you to search for images from Pixabay.com.
It displays the results from Pixabay API in a RecyclerView.
App uses Retrofit and MVVM pattern along with Room which is used to cache the data. Implemented in a Kotlin language.
Clone the repository and import the project in Android Studio.
You need to provide a key to access the Pixabay API.
After getting the key, put it in the gradle.properties file like this
API_KEY="YOUR_API_KEY_HERE"
If you don't have a gradle.properties file, just create it in the main directory of the project and paste your api key.
Then build and run the project.