android-softkeyboard
How to catch a soft keyboard 'enter/done' press?
I would开发者_开发知识库 like to know when the user presses the \'enter/done/next\' key on the soft keyboard without the activity knowing which edittext box the user is in. I have seen some code, but[详细]
2023-02-17 11:19 分类:问答Displaying Keypad
I have 2 EditText fields, and I would like to display the key pad for the second immediately after validation of the first one succeed开发者_如何学运维s (I don\'t want the user to tap the second field[详细]
2023-02-16 00:01 分类:问答Android AlertDialog.Builder and softkeyboard
Is it possible to display automatically the soft-keyboard when the dialog with focused EditText created by AlertDialog.Builder is shown?[详细]
2023-02-15 12:32 分类:问答How to stop Soft keyboard showing automatically when focus is changed (OnStart event)
I am developing for a tablet using Android 2.2. I have a form which I am using for new and editable instances.When editable, I want to stop the user from editing certain fields. I manage this in my o[详细]
2023-02-15 02:49 分类:问答how do I ceate a keyboard in android
I am creating an app that requires the user to type into an EditText. so开发者_JAVA百科metimes they need to type in a different language. the problem is, this language is not available on android, and[详细]
2023-02-12 18:44 分类:问答Android Problem: EditText, KeyListener and the physical Back Button
My activity implements KeyListener and my edittext has a key listener set. editor = new EditText(this);[详细]
2023-02-12 14:07 分类:问答How do I make my own keyboard for an app in android?
I am currently working on an app that requires a keyboard in a different language (Specifically Hebrew).[详细]
2023-02-10 12:55 分类:问答EditText in ListView with windowSoftInputMode adjustPan
I have a ListView with an EditText in each row. I have set windowSoftInputMode to adjustPan in the manifest for this activity, so when I tap on an EditText the layout pans so that it is visible above[详细]
2023-02-09 23:07 分类:问答Android Softkeyboard predictive text
I am trying to get the list of all predictive words based on user input I am using 开发者_运维问答android Softkeyboard sample any idea how should I move on[详细]
2023-02-09 17:59 分类:问答android soft keyboard modifications
Is there a way to programmatically remove certain keys from the standard software keyboard. By setting some of the input type flags I am so close to having the keyboard I need. From the calling applic[详细]
2023-02-08 09:25 分类:问答