Great, glad to hear it!

So much good stuff in Android it is hard to keep up with it. With it being 
so flexible in most cases, I have to work to remember those simple shortcuts 
that help out so much also.

I think the trick there is that even if you force your application to 
landscape, if you are looking at your phone in portrait and pull up your 
application, it shows it in portrait if even for just a second. When it does 
that without the configChanges, it makes and shows your app in portrait, 
then the force landscape kicks in and it kills/restarts your app in 
landscape. At least that's what I've noticed on my apps and is why I default 
to using the configChanges tag unless there is a reason not to.

Steven
Studio LFP
http://www.studio-lfp.com


On Tuesday, October 4, 2011 4:07:36 AM UTC-5, latimerius wrote:
>
>
> On Tue, Oct 4, 2011 at 12:32 AM, Studio LFP <[email protected]> wrote:
>
>> Would a simple android:configChanges="orientation|keyboardHidden" on the 
>> activity fix it?
>
>
> I does seem to, thanks for the suggestion!  I'll have to run a more 
> comprehensive testing to make sure it really does but it looks very 
> promising already.
>
> Apparently I'm an idiot coz I can't even say the android:configChanges 
> attribute is new to me.  I don't really have an explanation as to why I 
> haven't used it this time in the first place, got confused somehow ... :-(
>
> Thanks again!
>
>

-- 
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

Reply via email to