In my activity I have an EditText to capture a file name. I am using a TextWatcher to prevent users from entering certain characters that I don\'t want them to use in their filename. Essentially I onl
My Application needs to have two sources of input active at the same time: A bar-code scanner and the soft keyboard. When I pair a blue-tooth scanner, it is being treated as a physical keyboard. So, w
I\'ve written an IME (InputMethodService) and I need to get all the text from the EditText it is editing. I know one way:
I\'d like to create programatically an EditText within this attribute: android:inputType=\"number|numberSigned|numberDecimal\"
I can\'t figure out how to send a combination of a meta key (e.g. CTRL) and a keycode (e.g. for RETURN) with Android (I am using API level 11 = version 3.0).
I am new to Android development and currently programming an Input Method Editor (IME) for the Google Android operating system (API level 11 == version 3.0).
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.
A few questions about android: Is it possible to replace the keys in default keyboards ? For example, is it possible to replace the dot in the numeric keyboard with a comma ?
I\'ve written an IME that displays some popup windows and closes them when the user clicks Back. It works 99% of the time but some apps (like Browser) are able to intercept the KeyEvent.KEYCODE_BACK b
I need get whole text string before the cursor in my InputMethod clas开发者_如何学Cs. getTextBeforeCursor() gets only \"n\" characters, but I don\'t know text\'s length.See this documentation. It seem