I just want to display the keypoard whent the activity comes to the
fore.
Ive tried
<activity android:name=".VirtualKeypad"
android:label="@string/app_name"
android:windowSoftInputMode="stateAlwaysVisible">
but it doesn't work.
Or InputMethodManager.Both have no use.
I only have a edittext in this layout .So i just hope the keypad can
display without touching the edittext.
How?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---