[android-developers] Re: GridView and BaseAdapter position bug

2009-04-29 Thread Siva Rajaraman
Hello Guys, Even I am facing such a problem, where I need to detect when all the calls to getView() are done. After this I want to perform my animation on only one children in the view. Looks like thr is no straight forward way to detect the completion of getView(). Is there a way by which I can

[android-developers] Detect end of scroll/fling in Gallery

2009-02-10 Thread Siva Rajaraman
Hello Everyone, Can anyone tell me how to detect the end of scroll/fling in case of Gallery?? The reason I want to know this is that, I want to load the gallery items when it has finished scrolling instead of loading the images while scrolling. There is an OnScrollListener in case of ListView,

[android-developers] Re: Read Image with multiple Frames - Animated Gif

2009-02-04 Thread Siva Rajaraman
bitmap, and then save/compress those into separate files. On Tue, Feb 3, 2009 at 5:23 PM, Siva Rajaraman sriram...@gmail.com wrote: Hello Everyone, I would like to know how to read in an image file which has multiple frames in it. Something like ananimatedgiffile. I would like to perform

[android-developers] Read Image with multiple Frames - Animated Gif

2009-02-03 Thread Siva Rajaraman
Hello Everyone, I would like to know how to read in an image file which has multiple frames in it. Something like an animated gif file. I would like to perform frame by frame animation with a file of this type. I don't want to have each frame as drawables in the resource directory. Can anyone