Um. You totally missed my point. Don't throw a bunch of stuff in to config changes. FIX YOUR APP. I said, throwing things into config changes does NOT fix the problem. You need to make sure your app correctly deals with config changes, because they CAN and WILL happen.
Once you do that, then if you want to optimize certain cases, configure it to do so. But not before. On Fri, May 13, 2011 at 10:05 AM, Jump <[email protected]> wrote: > Wow, your assumption was correct! :D > I am forcing landscape mode since it's a game. I just added > android:configChanges="orientation" > and this was the solution to my problem. > > I see the importance of configChanges. I will probably add keyboard and > keyboardHidden as well. Locale is ok if it destroys the activity, it wont > happen so frequently. > > Thank you very much Dianne!! > > -- > 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 -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

