I\'ve got an Math related application I\'ve made that I really would like to make a custom soft keyboard for. It would have attributes like a numpad and special characters like pi and square root symb
In my login form when user clicks on an Ed开发者_JAVA技巧itText and presses the enter key, this inserts a new line, therefore increasing the EditText\'s size. Next moment, it returns to its previous p
Apparently there are no editboxes or anything which needs a keyboard on the webpage either. 开发者_Go百科and this dos\'nt work either even on user interaction event.
Short question: Is it possible (and how) to display the soft-keyboard from a Service? Long question: I wrote a service which creates a \"top bar\", displayed on top of all activities, containing an E
I have an EditText which accepts numbers and characters as input. Most of t开发者_JAVA技巧he time the user enters numbers and I want to have the text keyboard but it should be in symbols or numbers mo
I wrote a splash screen. But the problem is as the splash screen shown in the screen a keyboard also invoked. What could be the possible reason for this??
I have EditText what should get user input for airplane seat number (like 17G, 5A etc) Problem is then I set EditText input type to text, it always open up soft keyboard with text.
I\'m currently developing an IME, and it needs to know the text content to work out things like what line and character the cursor is on. This works with the Extract text in fullscreen mode but I woul
First of all, I am 开发者_StackOverflow社区aware of about 1000 other questions regarding the android keyboard... I am aware I can manually hide keyboard from window or control, and pass in any number
I have several EditText views in my activity and I do not want to have the soft keyboard appearing all the time, when a click inside an EdiText. I work with an AVD running android 2.1 and I have teste