Alvin Yates wrote: > Actually, I hadn't. But it doesn't seem to do 'quite' what I had in > mind, since I was looking for a button to switch the views. That's > when I found out I can do a quick switch from Activity to MapActivity, > but the reverse crashes. > > If startFlipping() triggers instantly, then I'm fine. If not, the app > is going to appear slow, without a low delay, and I'd be forced to > play roulette with which view I was in prior to getting the view the > user wants.
You can manually flip the views -- you don't have to rely on automatic flipping. Just use setDisplayedChild(). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

