Automatic launch of Virtual Keypad in first screen(launcher) of
application

Hi All,

I have created an application with a EditText in first screen
(launcher). I want to launch this screen always with Virtual Keypad
Open. I know how to launch the keypad on focus change or click. I have
tried the following code..

InputMethodManager inputManager = (InputMethodManager) getSystemService
(Context.INPUT_METHOD_SERVICE);
inputManager.showSoftInput(objEditText,
InputMethodManager.SHOW_FORCED);

in onCreate(), onPostCreate(), onStart(), onResume() and onPostResume
().

But still virtual keypad is not coming up. Please help me if there is
any API or Callback to call this function.

Thanks in advance.

Regards,
Durg.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to