> Is there a way for an Activity to restart itself, so that you go > trough a similar cycle that you get when there is a configuration > change?
Ummmm...not sure what you mean by "configuration change", but if your activity calls finish(), it will close up and exit the activity. At least in M5, it will call all appropriate lifecycle methods on its way out the door -- I'll be testing that under 0.9 this weekend. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.1 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

