[android-developers] Keyboard layout different languages. Android Tablets Keyboard Layout.

2010-09-20 Thread AlreadyAMember
HI I am trying to find the keyboard layout. However i saw a few posts where resources are mentioned to find QWERTY This is simply not enough for what I am working on. I like to know which english keyboard is present on the device. I suspect that android is not going to give me this option on

[android-developers] Spinner Disable/Invisible And Auto Adjust the Other widgets Under the invisible/diabled one

2010-09-14 Thread AlreadyAMember
Is there a way(programmatically, not in layout.xml files) to disable a widget/spinner or basically make it invisible but also auto adjust the position of the items under it. Say I have an activity displaying these in this order. TextView EditView SomeSpinner TextView Blah Blah I would like to

[android-developers] Jni To Java BLock THe UI thread.

2010-08-09 Thread AlreadyAMember
I am sure This has been asked a bunch of times. And I did look around before posting here but could not find exactly an answer. I have 2 threads running. One, the activity itself (UI thread), the other is the networking logic implemented in C. Second thread is also created in Java not with