Hello everyone,
I have a .gif file which animates… I need to draw it inside a component… I am able to draw it but the animation does not work… Can someone just help me out with it…
Let me inform you that I have tried the Drawable::createFromImageFile(). Then I tried the GIFImageFormat to load the image from file and then decode it : gifFormat.decodeImage(inputStream) but it didn't show up as well... I have tried it with 4 different .gif files and was unsuccessful in getting them animated... Any help will be greatly appreciated... Thanks so much...