[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

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 jacobrjohn...@gmail.com wrote: Any way to do that in code? private void reset() { startActivity(/*args for this activity*/); finish(); } - TreKing