> > Why not stick your custom imageview and spinner inside a ViewSwitcher? > While your imageview is loading show the spinner... When it finished > loading show the imageview. >
Because of the custom background (or I guess you could think of it as a photo frame), I want the spinner to appear inside of that. No matter, I found an alternative approach by using a FrameLayout and having a ProgressBar on top until the image loads. -- 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

