0

I don't know how to download a GIF from a given URL.
Downloading an image is trivial, but I had no success in downloading a GIF, so far.

I am using android-gif-drawable to display GIFs, so I need the GIF as a Drawable.
While this is the same question, the code didn't work for me.

Community
  • 1
  • 1
taitasciore
  • 88
  • 1
  • 2
  • 6

2 Answers2

1

Try this external library to download .gif image:-

https://github.com/koush/ion

This library supports animated GIFs image.

Hope It may helpful for you.

Bhuvnesh
  • 1,055
  • 9
  • 29
0

You can use external library Android-Universal-Image-Loader to download images from here.

Rohit
  • 2,646
  • 6
  • 27
  • 52
  • 1
    UIL doesn't support GIF files: [Please support gif](http://github.com/nostra13/Android-Universal-Image-Loader/issues/647). – Ziem Apr 27 '15 at 08:54