klinker24 / Android-GiphySearch

Super easy way to find awesome GIFs for your apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download GIFs with Glide and Set Download Location

rayliverified opened this issue · comments

Allow Glide to handle GIF downloading instead of using URLConnection. Allow the user to set a download location instead of defaulting to app internal file directory.

The ReadMe should probably be updated to mention that it is up to the developer to manage downloaded GIFs. In the current implementation, GIFs are downloaded and then stored FOREVER which is probably not the desired result. The developer needs to take care of managing storage as this library only downloads and returns the GIF URI.

Feature added in PR #1