[android-developers] Animations in Dialogs

2008-09-19 Thread Jason Wong
Hi, I want to implement an animation in a ImageView inside a Dialog, but I can't get the animation to actually animate. Some code: In Dialog.onCreate: imageView.setBackgroundResource(R.anim.loading_anim); And later on in onCreate: AnimationDrawable frameAnimation = (AnimationDrawable)

[android-developers] Probable bug in LocalActivityManager save instance state

2008-09-17 Thread Jason Wong
Hi, I have a standard ActivityGroup set up, where there's a ActivityGroup activity controlling a number of embedded activities via a LocalActivityManager. In one of the activities, I'm trying to use managed dialogs, but they are not properly saved and restored (such as when an orientation occurs).