>
> I was trying to make a litlle game but i cant figure how to properly make
> my game to not restart each time the keyboard get in/out or when the screen
> rotate.
>
Your app restarts when the onscreen keyboard shows up?  That doesn't really
make sense... As far as screen orientation, that is the default behavior.

For the screen i locked is orientation to landscape.
>
That is one way to handle it... The other way to handle it is to implement
onSaveInstanceState() and onRestoreInstanceState()

i tried to add lauchmode or configchange in the manifest but both not seems
> to work.
>
Care to provide a little more info here?  What exactly have you tried?  And
what exactly do you mean by "not seems to work"?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Jul 15, 2012 at 7:26 PM, XiNoX <[email protected]> wrote:

> Hi, am new here and on android app .I was trying to make a litlle game but
> i cant figure how to properly make my game to not restart each time the
> keyboard get in/out or when the screen rotate. For the screen i locked is
> orientation to landscape.
> i tried to add lauchmode or configchange in the manifest but both not
> seems to work.
> Sorry for my bad english.
> can anybody help me ?!
>
> thanks
>
>
> --
> 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

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