android-softkeyboard
Creating a SoftKeyboard with Multiple/Alternate characters per key
I\'ve followed the examples on developer.android.com regardingInput Methods and played with the SoftKeyboard sample application. These together give more than enough information regarding the creation[详细]
2023-04-12 22:34 分类:问答How do you disable the SoftKeyboard key preview window?
When creating your own SoftKeyboard you are given a \"key preview\" by default. How do you disable this?[详细]
2023-04-12 21:27 分类:问答Approach for Virtual Keyboard IME for android
I wish to implement a virtual keyboard IME for android. But when I go for references with android\'s provided softkeyboard sample it says[详细]
2023-04-12 21:13 分类:问答cant get the android soft keyboard to appear/hide using viewpager
In my application I am using viewPager to give me nice swipey views. I want the keyboard to be hidden in 2 of the pages but always diaplayed on one page, where I have a text box.[详细]
2023-04-12 14:07 分类:问答Is it possible to display the email-style keyboard with Sencha touch + Phonegap?
Sencha touch has an xtype called \"emailfield\" that shows the email-styled ke开发者_开发知识库yboard on the iPhone. However, it doesn\'t display the email-styled keyboard on the Android.[详细]
2023-04-12 01:01 分类:问答How to catch soft-keyboard input
I need an help:how can i catch in开发者_开发知识库put from soft-keyboard? Now I catch it with an edit text, but i don\'t like this solution. There are other methods?[详细]
2023-04-11 00:37 分类:问答Android: The soft keyboard won't appear for a text view after a setContentView
I am having a problem with a textview in my application. When the application first runs it works perfectly fine, but when I swap to a different view using setContentView and then back again the soft[详细]
2023-04-10 13:25 分类:问答problems using GridView with soft keyboard
My program\'s main panel is a GridView .But when I touch an item of itand type in some words by soft keyboard,every item of the GridView changes its position.Then exit the program ,it amazes me that t[详细]
2023-04-08 13:46 分类:问答android: Softkeyboard perform action when Done key is pressed
I have an EditText. I want that after typing some text, when user presses the Done key开发者_C百科 of the softkeyboard, it should directly perform some search operation which I have also implemented i[详细]
2023-04-08 02:20 分类:问答Android KeyboardView throws Nullpointer
I want to make my own keyboard. I have the following code When I ran the code, it throws NullPointerException.[详细]
2023-04-06 23:51 分类:问答