Switch from physical to software keyboard. Hi all, I'm developing an application that will run on a tablet with Android 3.2. I attached a physical keyboard to tablet then the software keyboard disappear. Now I need to use the software keyboard in some activities, but I don't figure out how I can do that.
I tried different ways:
Android: show soft keyboard automatically when focus is on an EditText
http://plainoldstan.blogspot.com/2010/09/android-set-focus-and-show-soft.html
All these don't work if the physical keyboard is connected.
Someone know how can I achieve this goal?
Thanks