This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Releases: caravancodes/consumable-code-pixabay-api
Releases · caravancodes/consumable-code-pixabay-api
Release v1.1.1
* Update Build Gradle *
* Enhance Performance *
Update Build Gradle
* Refactoring code and adding sample code *
* Fixing CLEARTEXT security policy issue *
* Update build.gradle *
* Fixing Bug *
* Enhance Performance *
* Remove Kotlin Android Extension *
Consumable Code Pixabay API
Eliminates the method of retrieving json data using retrofit repeatedly. so this project has a set of functions to retrieve data without the need for fetching data using the retrofit of the API
Refactoring Build Gradle
* Refactoring code and adding sample code *
Handling Progress View
Adding :
all parameter for pixabay api
fun onShowProgress()
fun onHideProgress()
Simple Consumable Code Pixabay Api
Retrofit has been Handled !! || Consumable code for request API (Pixabay API) || Link https://pixabay.com/api/docs/
// Switch For Using Chuck Interceptor
fun usingChuckInterceptor(context: Context)
// Search for Image
fun searchImage(query: String, callback: PixabayResultCallback<ResponseImage>)
// Search for Video
fun searchVideo(query: String, callback: PixabayResultCallback<ResponseVideo>)