[android-developers] Orientation change problem

2011-07-11 Thread muthumani
-- Forwarded message -- From: muthumani ct.muthum...@gmail.com Date: Mon, Jul 11, 2011 at 2:10 PM Subject: prob while using the android application horizontally To: Android Developers android-developers@googlegroups.com Hi i am developing a project for android galaxy tab i

Re: [android-developers] Orientation change problem

2011-07-11 Thread Shashidhar
Check if these help. http://stackoverflow.com/questions/5685631/how-can-i-prevent-edit-text-being-hidden-by-the-android-keyboard http://stackoverflow.com/questions/6473399/android-edittext-stays-hidden-behind-the-keyboard Thanks, Shashi On Mon, Jul 11, 2011 at 3:32 PM, muthumani

[android-developers] Orientation change problem.

2011-03-01 Thread Serdel
I have a problem with changing orientation or to be more clear - keeping the portrait orientation. As a first Thing in my onCreate() method I set: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] Orientation change problem.

2011-03-01 Thread TreKing
On Tue, Mar 1, 2011 at 3:18 PM, Serdel adam.lichwierow...@gmail.com wrote: I have a problem with changing orientation or to be more clear - keeping the portrait orientation. First question: why are you doing this? Is it a requirement / necessity for your app or are you simply trying to avoid