I have an EditText widget in my main activity. when the EditText widget get the focus, the soft key board displays, when the EditText widget loses the focus. However, I want to display the soft key board all the time, until the main activity is Destroy. How to do this ?
feedback
|
|
You can do that by adding following to activity tag in your manifest file
| |||
|
feedback
|
|
//To show softkeyboard
//try this
| ||||
|
feedback
|