Hi, How do I make ItemizedOverlay animations on a MapView.
After some searching it seems AnimationDrawable is the right way to go, but the following code only show the first frame, what else I need to do? AnimationDrawable animation = (AnimationDrawable)getResources().getDrawable(R.anim.animation); ItemizedOverlay overlay = new ItemizedOverlay(this, animation); ... ... animation.start(); Thanks, Hongbo -- 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

