Skip to content

Displays the data in a recycler view from Pixabay API. App uses Retrofit and MVVM pattern along with Room. Additional libraries: Glide, Gson, PhotoView, Toasty

Notifications You must be signed in to change notification settings

pinky169/ImageBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Displays the data in a recycler view from Pixabay API. App uses Retrofit and MVVM pattern along with Room. Additional libraries: Glide, Gson, PhotoView, Toasty

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages