Well, it depends on what you mean by "app". If you mean the applications' process, I'm not sure, but I know you can very easily restart an activity.
Here's some pseudocode from the top of my head: finish(); startActivity(new Intent(this, YourActivity.class)); On Jul 9, 2:10 pm, ArcDroid <[email protected]> wrote: > i would like to restart my app, just like when you change from > horizontal to vertical. Something like finish, but I don't want to > exit the program. thanks -- 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

