Giphy / giphy-android-sdk

Home of the GIPHY SDK Android example app, along with Android SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
91 stars 40 forks source link

How can I get all the gifs in all the categories and show them in `GiphyGridView` #183

Closed sambhav2358 closed 2 years ago

sambhav2358 commented 2 years ago

I already know how to get the different types of gifs in different section. But what if I want all of them together without navigating ? Is it possible? Please provide the code in java if possible. I guess if it is possible it will be like getting all the category gifs in the list and then set the content as this list

ALexanderLonsky commented 2 years ago

The SDK does not provide this, but you can use Giphy APIs and implement your own solution.

sambhav2358 commented 2 years ago

So I can just pass the media in a list and then set it to recycler view right?

ALexanderLonsky commented 2 years ago

yes, you can fetch medias using those endpoints, put them into a list and implement your own grid.