GIFView icon indicating copy to clipboard operation
GIFView copied to clipboard

GIFView is a library for showing GIFs in applications

Results 5 GIFView issues
Sort by recently updated
recently updated
newest added

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.al_rehman.dawatiapp/com.al_rehman.dawatiapp.activities.Tasbeeh}: java.lang.IllegalStateException: the gif has not been initialized yet After View initialized GifView Implementation, gifView1.setGifResource("asset:tashbeeh_counter"); gifView1.start(); After Click on Button. private void runHandler() { new...

I am using your library and I can display animated gifs in Android. I would like to be able to play the animation only once from the begin to end....

I have been using your gif code snippet. Problem is its displaying the older frames at background. Is this a known issue or do we have any solution for this....

Hello, I successfully used this view in my app but when I am setting GIF by using InputStream only first image is displayed. Please any suggestion... My code is.... final...