Play animation once only
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. Is this possible? Kind Regards DanG
No, sorry. In this version it is impossible to play gifs only once.
I was under the impression that something like this:
m_gifView.setTimeInGif(m_gifView.getGifDuration());
should do it but it doesn't. It still plays in a loop. Is my interpretation wrong?
GIFView.setTimeInGif() sets the gif to the passed time. Your code asked to start the gif from the last frame, if the gif is showing it should repeat from thr start.