[android-developers] Re: activity launches with wrong layout orientation

2011-10-12 Thread
You might try to use the follow code from the Java class: switch (this.getResources().getConfiguration().orientation) { case Configuration.ORIENTATION_PORTRAIT: // Do something here break; case Configuration.ORIENTATION_LANDSCAPE: // Do something here break; case Configuration.ORIENTATION_

[android-developers] Re: Newbie Question About Eclipse and SDk

2011-10-12 Thread
The 32 bits program should works for 64bits machines too, although I haven't tested for eclipse. In this case, the problem might be for the emulators, which could run a bit slower. Why don't you try it? You can always uninstall it later if you don't like it. On Oct 6, 3:49 am, Mark Phillips wrote