Cutta / GifView

Library for playing gifs on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to play a gif from url in a list ?

cxMax opened this issue · comments

commented

we can use this to decode the local recourse,but when I play a gif from url, I suppose to download this gif in the local file , then use fileinputstream to play .This way may help with decoding a few gifs from url.
but when I use a dapter or list to play gifs. whether I suppose to download first,decode local resources second.I don't want to do with this way.
Is there anyone has a smart way to slove this problem in this condition?