Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (23 loc) · 1.27 KB

Image Browser

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.

Dependencies

Getting started

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.

Preview

App preview