Re: [android-developers] How do you force a reset just like rotation does?

2010-08-27 Thread TreKing
On Fri, Aug 27, 2010 at 1:32 PM, ArcDroid  wrote:

> Any way to do that in code?


private void reset()
{
 startActivity(/*args for this activity*/);
 finish();
}

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How do you force a reset just like rotation does?

2010-08-27 Thread ArcDroid
Hello,
I am trying to reset my program just like when you rotate the phone.
Any way to do that in code?
Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en