Hi Bhargavi, Please find the solution for your problem here.
InputMethodManager inputManager = (InputMethodManager) getSystemService (Context.INPUT_METHOD_SERVICE); inputManager.showSoftInput(<object of your View>, InputMethodManager.SHOW_FORCED); Thanks & Regards, Durga. On Jun 9, 6:38 pm, Bhargavi <[email protected]> wrote: > Hi, > I want to open the virtual keypad without touching a text view . Can > someone help me how to open a soft keyboard and associate it with a > textview already displayed on the screen? > > Regards, > Bhargavi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

