Android-universal-image-loader: Gif support

Created on 20 Jan 2014  Â·  16Comments  Â·  Source: nostra13/Android-Universal-Image-Loader

It would be great if UIL will support GIF animation

Feature

Most helpful comment

would be great if it supports gif +1

All 16 comments

It wont be that easy, because you need UI component to display that
animated gif, however, loading support would be nice.

On Mon, Jan 20, 2014 at 11:52 PM, o-antsiferov [email protected]:

It would be great if UIL will support GIF animation

—
Reply to this email directly or view it on GitHubhttps://github.com/nostra13/Android-Universal-Image-Loader/issues/518
.

You don't really need to have a custom view for that - it's just one of the possible solutions.

GIF animation do require custom view, ImageView doesn't support gif itself.

ImageView doesn't support git animation as is, but, for example, it's possible to use AnimationDrawable (custom drawable which knows about all gif frames/delays), or set bitmap for to each frame with delay...

It's an incomplete solution, so there is a lot of work to make it really work.

Yes but it may help

You can always display a gif within a webview

No plans for GIF.

support

This library is called the Android-Universal-Image-Loader.

"No plans for GIF"

This feature alone allows Ion by Koush Dutta to beat you.

It would be great if UIL will support GIF

can someone tell me when i use Universal-Image-Loader to download a gif photos,After downloading,it will like this "@Override
public void onLoadingComplete(String imageUri, View view, Bitmap loadedImage) {",I just want to ask it Gif's cache already in Memory?Absolutely,i Have already set DisplayImageOptions,like " .cacheInMemory(true)
.cacheOnDisk(true)"! But I find when I use "ImageLoader.getInstance().getDiskCache().get(src).getAbsolutePath()" to get cache in callback method onLoadingComplete(...),It sometimes actually Null, Why ? Somebody help~

Glide does support animated GIF

would be great if it supports gif +1

Was this page helpful?
0 / 5 - 0 ratings