[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread mathiastck
I had totally overlooked this as well, but 33 is right, an animated GIF in an movie is demonstrated by the API Demos app. On Feb 24, 9:20 am, 33 wrote: > animated gif are supported as movie > i extended imageView in order to display those > > On Feb 24, 2:41 pm, Shadakshari Hiremath wrote: > >

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread 33
animated gif are supported as movie i extended imageView in order to display those On Feb 24, 2:41 pm, Shadakshari Hiremath wrote: > Thanks for your response. > > But one of my question is still unanswered. Is animated gif in Android > roadmap for near future release? This is a very important f

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Shadakshari Hiremath
Thanks for your response. But one of my question is still unanswered. Is animated gif in Android roadmap for near future release? This is a very important feature as end users tend to exchange animated gif images over bluetooth from one device to other. Cheers Shaddu On 24/02/2009, Mark Murphy

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Mark Murphy
The previous responder is incorrect. GIF files are supported, just not animated GIFs: http://developer.android.com/guide/appendix/media-formats.html > In email > application if an animated GIF attachment is received then it won't > get displayed. No, it will probably be displayed, just not with

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Shadakshari Hiremath
Is there a plan to support animated GIF in near future? In email application if an animated GIF attachment is received then it won't get displayed. Animated GIF can be received on android phone in many ways. It will be nice feature from user point of view. BR Shaddu On 24/02/2009, Imran wrote:

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Imran
In Present SDK Gif files are not Supported. On Feb 24, 10:09 am, Shadakshari Hiremath wrote: > Hello Android, > > When we tried to display an animated gif image using image view, > nothing was displayed on the screen. So, we are suspecting whether > image view is not supporting animated gif. > >