Re: [android-developers] Re: onCreate and orientation change

2012-07-31 Thread AgricultureDeveloper
Thank you so much, you saved my life with this simple tip. -- 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

Re: [android-developers] Re: onCreate and orientation change

2012-07-31 Thread Dianne Hackborn
On Wed, Apr 28, 2010 at 11:42 AM, Amir Alagic amirs...@gmail.com wrote: Add this android:configChanges=keyboardHidden|orientation|keyboard to activity element in AndroidManifest.xml file. I hope that this is what you want. No, don't. That doesn't fix the problem, just hides it in some of

[android-developers] Re: onCreate and orientation change

2010-04-28 Thread Andreas
Hi, You could consider moving part of the logic of your application to a service. That would mean that the logic is separated from the UI, and thus will not be affected by UI changes. Best regards Bex On Apr 28, 2:39 pm, NicoToc nicolas.mayn...@gmail.com wrote: Hi, I have an activity that

[android-developers] Re: onCreate and orientation change

2010-04-28 Thread Amir Alagic
Hi, Add this android:configChanges=keyboardHidden|orientation|keyboard to activity element in AndroidManifest.xml file. I hope that this is what you want. On Apr 28, 7:39 am, NicoToc nicolas.mayn...@gmail.com wrote: Hi, I have an activity that checks stuffs online when it's created (is the