android-softkeyboard
How to develop a custom Soft Keyboard for Android application?
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[详细]
2023-03-27 13:18 分类:问答Android: Remove Enter Key from softkeyboard
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[详细]
2023-03-26 15:55 分类:问答Softkeyboard pops up automatically first time the webview loads
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.[详细]
2023-03-26 07:37 分类:问答How to display the Soft Keyboard from a Service?
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[详细]
2023-03-26 01:17 分类:问答Text Keyboard with Numbers Mode
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[详细]
2023-03-25 17:43 分类:问答Android: Keyboard shown in the splash screen
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??[详细]
2023-03-24 19:57 分类:问答Android EditText soft keyboard question
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.[详细]
2023-03-24 11:47 分类:问答Android IME, get EditText instance
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[详细]
2023-03-24 07:10 分类:问答Any way to "fix" android's assinine keyboard handling?
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[详细]
2023-03-23 09:44 分类:问答Android: How to make soft keyboard not appear at all
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[详细]
2023-03-22 20:46 分类:问答