Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Releases: caravancodes/consumable-code-pixabay-api

Release v1.1.1

25 Jun 23:35
Compare
Choose a tag to compare
* Update Build Gradle *
* Enhance Performance *

Update Build Gradle

09 May 22:31
Compare
Choose a tag to compare
* 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

16 May 12:41
Compare
Choose a tag to compare

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

16 May 12:35
Compare
Choose a tag to compare
* Refactoring code and adding sample code *

Handling Progress View

17 Mar 07:23
Compare
Choose a tag to compare

Adding :

all parameter for pixabay api

fun onShowProgress()
fun onHideProgress()

Simple Consumable Code Pixabay Api

14 Mar 08:44
Compare
Choose a tag to compare

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>)