The InputMethod interface represents an input method which can generate key events and text, such as email addresses, other language characters, etc., while handling various input events, and send the text back to the application that requests text input
0
votes
0answers
12 views
How to display keyicon and keylabel at the same time on android softkeyboard
I'm recently developing an input method based on Sample SoftKeyboard,but I want to have two characters on one key ,tried all the method but still no clue.If you use an Selector it sets same picture ...
1
vote
2answers
50 views
showSoftInput doesn't work after orientation change
I have a fragment with a single EditText that needs the soft keyboard to remain open continually. The keyboard gets hidden when the screen is rotated. I'm calling showSoftInput in OnActivityCreated ...
0
votes
0answers
13 views
Setting up file MIME type based on Socket inputstream android
I am having a brain freeze moment and unable to figure this out! I am using the following code(originally taken from Google API example) to set up a file from the InputStream to OutputStream. I ...
0
votes
0answers
56 views
Monodroid - EditText input method won't accept numbers
I am having some very strange problems with the EditText control in Mono for Android. My solution is targeting 2.3 and I am debugging on a T Mobile VivaCity. Here is my AXML for the EditText
...
1
vote
1answer
210 views
Android:How to download the File from the server and save it in specific folder in sdcard
I have one requirement in my Android application. I need to download and save file in specific folder of sdcard Programmatically. I have developed source code..
and my code is
String DownloadUrl = ...
1
vote
0answers
105 views
How to create custom keyboard shortcut using native android soft keyboard
I am Trying to create an application which will implement a shortcut in soft android keyboard for example if i have saved in my application (a pattern) that on double pressing the '@' symbol on the ...
0
votes
0answers
38 views
SoftKeyboard example for high resolution (1080p) monitor
I am trying to build a custom soft keyboard based on the SoftKeyboard example (Android 14) for 1080p TV monitor. The keyboard created looks rather poor in quality at 1080p resolution. Specifically, ...
0
votes
0answers
33 views
Android: Animation length of soft keyboard
I need to know how long is the soft keyboard animation so I can compose a custom animation with it (i will need to know the length of the keyboard animation).
As I was browsing through the source ...
0
votes
0answers
89 views
Calling InputMethodManager.setInputMethod(IBinder token, String id) outside the InputMethodService. Where to find token?
I want to show Google Voice Typing IME on my EditText by clicking on Button. So, according to this article and source code I should write this code
inputMethodManager.setInputMethodAndSubtype(IBinder ...
0
votes
0answers
35 views
InputMethodService: how do I lock orientation?
I am implementing an InputMethodService. I found out that in some use cases it is extremely easy to turn the device unintentionally so that the screen orientation changes. Unfortunately, this means ...
1
vote
1answer
82 views
Display Soft Keyboard Programmatically - not working
I have a togglebutton in my screen. If I click on this button, I need a keyboard to show up on the screen. This is the code I have right now, but it doesnt display the keyboard as expected :(
public ...
0
votes
1answer
53 views
Inputting analogue data via USB
I am trying to build this device which takes analogue input from the earth , converts them into electrical impulses which I wish to input into a android smartphone for data analysis. I initially ...
0
votes
3answers
68 views
display fraction in android
I want to display fraction in android. But it is displayed as 1/2. I don't want this. I want exactly how described here in this question.
how is it possible to get it in TextView?
3
votes
0answers
51 views
How can I modify the Android Gesture visuals (for on screen gesture detection)?
Essentially what I'm trying to do is use this gesture functionality as demonstrated below
https://www.youtube.com/watch?v=tG3lzBDMRQQ
http://www.vogella.com/articles/AndroidGestures/article.html
...
0
votes
0answers
26 views
how to show copy option on default sharing dialog
I have a listview whose each list item has an export image . Now when i click this image it opens default sharing dialog usually opened when using using Intent with ACTION_SEND option.
But as i am ...
0
votes
0answers
110 views
Creating an Input Method in Android using libGDX?
I'm part of a group in college working on our senior design project. Our project involves using EEG and flashing patterns to control an Android device without touching it, merely by looking at ...
2
votes
0answers
107 views
InputConnection.commitText (CharSequence text, int newCursorPosition) can only commit English characters and numbers?
I implement an input method called RemoteInput simply extend InputMethodService, without InputViews and no keyboards. When user select RemoteInput as default IME, RemoteInput will send the current ...
1
vote
1answer
92 views
Custom Keyboard and default keyboard
Ok so I have a custom keyboard view that opens on touch event on a edit text but when i use it on a device the default keyboard shows and it overlaps my custom keyboard so i have to click back button ...
0
votes
2answers
93 views
Input Text in an Alert Box
I want the user changes the text of a button many times he wants. To do that, he makes a long click in that button. This is the code:
@Override
public void onCreate(Bundle savedInstanceState) {
...
2
votes
3answers
226 views
Need number only soft keyboard?
Hi I need a soft keyboard with only numeric values 0 to 9 and Enter key. Shouldn't show anything other than these like . , ( ) etc...
I tried several options as suggested here but nothings seems to ...
2
votes
1answer
257 views
Prevent InputMethodService changing the Number keyboard to Alpha when the user touches on a webview for the second time
I am having a problem with the Android keyboard getting changed from number type to the default Alpha when the user clicks again. After reading several posts about not being able to change the default ...
0
votes
1answer
76 views
Hiding Keyboard on Android crashes app
When I try to tun this line in order to hide the keyboard (I get the InputMethodManager):
this.context = context;
InputMethodManager mgr = (InputMethodManager) ...
2
votes
1answer
439 views
Android: Backspace in WebView/BaseInputConnection
I have a problem with soft keyboard backspace in Android (4.2).
I have a custom editor in a WebView (CodeMirror), which uses an empty <textarea> internally. It seems that backspace is not sent ...
1
vote
1answer
55 views
What type is passed as src charsequence/string or other in InputFilter?
Im developing android application.My sdk details are minimum sdk version is 7 and target and buid sdk version is 10
In my app in one screen im using "EditText" and im using filter for that editText
...
1
vote
0answers
122 views
How to reimplement dpad event handling from LatinIME
The default keyboard in ics (tested with 4.0.4) lets you "select" keys on the on-screen-keyboard using movement keys ( with a dpad or keyboard arrows). By clicking the selected key is typed in.
I'm ...
1
vote
1answer
67 views
control wordlist for gesture typing IME
Is there a way/API to control the wordlist for the gesture typing IME? Mainly interested in the stock one that came with JellyBean, but compatibility with Touchpal, Swype, .. would also be nice ;-)
-1
votes
1answer
137 views
Default IME Id parts? [closed]
I'm trying to get the IME of the device using this code:
String currentKeyboard = Settings.Secure.getString(getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD);
where currentKeyboard is ...
0
votes
1answer
65 views
Using TextWatcher for a CustomView
I have a customView(extending ImageView) that listens to various soft-keyboard key-presses and processes them(sends to server for a RDP session).I do this by overriding onKey() using ...
3
votes
1answer
705 views
Disabling the fullscreen editing view for soft keyboard input in landscape, from a user perspective?
I'm looking for an answer to this exact question, but from the perspective of the user. That is, if tablets show the normal app UI even when the keyboard is visible in landscape mode, what causes ...
0
votes
2answers
61 views
Handling objects in Android
I want to keep some objects in memory for operations in all the activities of my app and I also want to store those objects when the app closes. Which is the most efficient way of doing this ? Some ...
0
votes
0answers
86 views
Monodroid: how to display completions for soft keyboard
I am trying to use soft keyboard in my applications, but how do I set the custom completions list?
I am displaying soft keybord with code:
this.Window.SetSoftInputMode(SoftInput.StateAlwaysVisible);
...
0
votes
1answer
47 views
Can soft keyboard implementation determine its caller?
I'm thinking of creating a modified soft keyboard.
My question: is it possible to determine how the soft keyboard has been invoked? Can the soft keyboard implementation figure out that it came from ...
1
vote
2answers
263 views
How can I tell if the input method picker is open or closed?
My app opens the input method picker (the menu where you choose a keyboard) with InputMethodManager.showInputMethodPicker(). My app doesn't actually create the picker (it's created by ...
0
votes
0answers
61 views
Set text in the InputMethod
I'm developing a new android app, I'm giving some parameters to a service, one of this is a string that I want to set in the inputmethod when it's displayed.
To make it clear, when the user is in ...
0
votes
0answers
80 views
Touch Event Coordinates truncated at edge of Android Service (Input Method)
I am creating an Input Method for Android, and occasionally need to know the full extent of a user's touch gesture, even it extends outside of the keyboard view. After a MotionEvent.ACTION_DOWN event ...
0
votes
1answer
300 views
programmatically enable and set inputmethod
I am developing Bluetooth keyboard driver for android. I want to enable my keyboard input method automatically and set it, by just click of toggle button. By enabling I mean
Now I want to do this ...
0
votes
1answer
160 views
I want to build a android system that default input method is not Android keyboard
When I build a android system and I start it first time, the default input method is Android keyboard(AOSP).
Can I change that Android keyboard input method to Japanese IME by changing some code ...
0
votes
2answers
91 views
Creating an application specific keyboard
I want to create a custom keyboard which will be available in my application only (It's used jut for a single EditText in one activity), and I was wondering what would be the best way to do so. Here ...
0
votes
0answers
92 views
Android IME suggestion dumped in Edittext
Issue detailed description can be found here [apk,screenshots and steps]
This is the general scenario.
I typed some text in first screen's edit text [with suggestion enabled]
Without dismissing the ...
0
votes
0answers
50 views
how to show emoji symbols when IMF on fullscreen?
EditText could show emoji symbol normal, when change device to landscape and IMF becomes fullcreen, but emoji could not show normal.
when fullscreen, content show in ExtractEditText. can i set text ...
4
votes
1answer
412 views
Getting input from the onscreen Keyboard using libgdx
I am trying to write a game and if they do something it will start up the onscreen keyboard. Then, if they touch a few keys the game will change scenes to a bonus level. I am currently using ...
1
vote
0answers
287 views
How can i build custom softkeyboard for my android application?
I developed an android application with custom softkey for input fields. It is working good for my xml input fields. I am not able to integrate it with facebook sharing login dialog box. I searched in ...
1
vote
0answers
794 views
Enable & Control mouse cursor on android
I am searching for a way to enable the mouse cursor on android and control the movements via code. The same as when you plug in a mouse via USB-OTG - but without doing it. Is there any API or other ...
0
votes
1answer
28 views
Is it able to show some components only when input method is active?
In an android application, I want to show some components only when the input method is active, e.g. to change the font size and color.
Is it possible and how to do it?
0
votes
0answers
100 views
Create a new input method for the devices with physical QWERTY keyboard
I want to create a new input method: Currently to write special letters I press the button for longer than half second, and select the letter I need. Now I need to create a new input methode or ...
0
votes
1answer
75 views
Listen to hardbutton as a Service Trigger [duplicate]
Possible Duplicate:
Listen to volume buttons in background service?
I really need that when hard button (VOLUME_UP) is pressed for 3 seconds it triggers actions like display a normal ...
-1
votes
1answer
204 views
customize the SoftKeyboard in other Language [closed]
I want to create a keyboard which support multiple language so I have created Keyboard Service
and successfully integrate softkeyboard with multiple language with using external font file
I am ...
0
votes
0answers
176 views
how android system determine raw touch event to string on touchpad application?
hi i'm studying about android touchpad.
my question is when android system determine input_event position to their touch button?
here is my flow below
when touch event occured, EventHub.cpp get ...
-1
votes
1answer
329 views
Disable hard keyboard input for EditText in Android
I'm new to android and I need to set a EditText to use soft keyboard input only. It should not display any text that I type using the hard keyboard.is this possible ?
Update:
I use the hard keyboard ...
0
votes
1answer
179 views
New Activity dismissing keyboard in InputMethodService
I'm writing a custom keyboard for Android and I'm using InputMethodService to handle all keyboard-related events.
On a certain event, I present an Activity with Theme.Dialog theme to the user, but ...


