[android-developers] Re: Orientation change problem

2011-07-11 Thread muthumani
no use On Jul 11, 3:20 pm, Shashidhar shashi.zep...@gmail.com wrote: Check if these help. http://stackoverflow.com/questions/5685631/how-can-i-prevent-edit-tex... http://stackoverflow.com/questions/6473399/android-edittext-stays-hid... Thanks, Shashi On Mon, Jul 11, 2011 at 3:32

Re: [android-developers] Re: Orientation change problem

2011-07-11 Thread muthu mani
arun do you say that there is know other way then using scroll view On Mon, Jul 11, 2011 at 4:58 PM, arun kumar hariarun2...@gmail.com wrote: hai just click esc button. problem solves. otherwise put that edittext inside scroll view. when user enter values just scrolls the screen the screen

[android-developers] Re: Orientation change problem.

2011-03-02 Thread Serdel
As usual thanks Kostya : The manifest tags work and I don't see the slow down effect now. Actually my application did not crashed by throwing an error but rather, just closed. It happened on only 1 activity, and the only one when I defined the onPause, onStop, onDestroy methods because I stop some

[android-developers] Re: Orientation change problem.

2011-03-01 Thread Serdel
I don't want to get into much details but just the form of my application can't be presented in a landscape form - it will only look good in portrait so I want to keep it this way. I now had added android:configChanges=orientation|keyboardHidden To all of my activities (when I added 'globally'

Re: [android-developers] Re: Orientation change problem.

2011-03-01 Thread TreKing
On Tue, Mar 1, 2011 at 3:52 PM, Serdel adam.lichwierow...@gmail.com wrote: I don't want to get into much details but just the form of my application can't be presented in a landscape form - it will only look good in portrait so I want to keep it this way. Fair enough. Just checking as a lot

[android-developers] Re: Orientation change problem.

2011-03-01 Thread Serdel
Well If I start the activity in portrait the log is: 03-01 23:20:13.426: INFO/ActivityManager(113): Starting activity: Intent { cmp=com.blazel.apis/.SecondScreen (has extras) } 03-01 23:20:13.676: DEBUG/SurfaceFlinger(113): createSurface for pid 1694 (1 x 1), clientID=0x8 03-01 23:20:13.686:

Re: [android-developers] Re: Orientation change problem.

2011-03-01 Thread Kostya Vasilyev
Adam, Have you tried setting the orientation in the manifest, rather that from code? http://developer.android.com/guide/topics/manifest/activity-element.html#screen And two more things: some devices will put your activity through an orientation change cycle when getting ready to sleep (check