android-input-method
Android keyboard. Disable keys
How can I \"disable\" 开发者_Python百科(don\'t draw it pressed) keyboard\'s keys (but touching key) then I slide upon the keyboard?I am very new at Android development, but maybe I can help a little.[详细]
2023-03-15 20:21 分类:问答How to detect gesture over ImageView?
I\'d like to detect finger being dragged over ImageView. I get my ImageView, create instances of GestureDetector and View.OnTouchListener, then set View.OnTouchListener to ImageView.[详细]
2023-03-15 12:08 分类:问答How to close/hide the Android soft keyboard programmatically?
I have an EditText and a Button in my layout. After writing in the edit field a开发者_如何学编程nd clicking on the Button, I want to hide the virtual keyboard when touching outside the keyboard. I ass[详细]
2023-03-14 03:44 分类:问答How to customize the keyboard skin of Google's Input Method on Android?
I need to change the android\'s default Google input method\'s skin, including the buttons\' style and image, background color, and maybe delete one or two button or make them to perform a different a[详细]
2023-03-01 17:24 分类:问答EditText with textPassword inputType, but without Softkeyboard
i wanted to create an EditText with an android:inputType=\"textPassword. However i also do not want to use the SoftKeyboard for i开发者_如何学Cnput.[详细]
2023-02-23 03:14 分类:问答Creating a Custom input type for android
my requirement is that, the user should only be able to type in digits 0 throu 9 , and that after every 4 characters, a \"-\" sign is automatically appended to the edittext.user shouldnot be able to d[详细]
2023-02-22 03:56 分类:问答How to show the soft keyboard on device with hard keyboard when hkbd is closed?
I have the corollary question to my first (solved) question, SO Android show softkeybard ... With the sliding keyboard closed, I want my activity to show the keyboard when it gets started.[详细]
2023-02-21 20:33 分类:问答Android show softkeyboard with showSoftInput is not working?
I have created a trivial application to test the following functionality.When my activity launches, it needs to be launched with the softkeyboard open.[详细]
2023-02-21 18:45 分类:问答Android keyboard layout language
Writing a dictionary application for android. Want to set translation direction in accord with current input language (to be more precise, language of letters displayed on soft keyboard). For example[详细]
2023-02-09 02:04 分类:问答How to simulate touch events and send them to foreground activity (On device)
I wish to be able to send touch events to the foreground Activity. Assume that I don\'t have control over the foreground Activity. For example sending touch events to Android Gallery Activity or even[详细]
2023-01-30 06:41 分类:问答