I am trying to start an animation after a delay from a Timer. However, calling startAnimation() does not, well, start the animation. The animation that I set up with View.startAnimation() only happens once I either touch the screen or scroll the scroll ball.
I have tried using a Handler, using runOnUiThread(), and neither to see if it was an issue with not being on the UI thread. Any help you can give would be greatly appreciated. This thing is killing me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

