[android-developers] Re: how to start animation automatically

2010-07-08 Thread metal mikey
Unless you've ensured that anim_record is an AnimationDrawable, your attempts to start an animation are doomed. Aside from that, I've encountered some buggy behaviour regarding the starting of AnimationRecordables within onCreate before. I suggest you try using a Handler to start the animation

[android-developers] Re: how to start animation automatically

2010-07-08 Thread cindy
any sample code? I have read some information online. It suggests to use window focus event. Does any one has experience before? On Jul 7, 11:20 pm, metal mikey coref...@gmail.com wrote: Unless you've ensured that anim_record is an AnimationDrawable, your attempts to start an animation are