android-input-method Questions
1
Solved
You can set a TextView's inputType to one of the values from InputType to hint that the typed-in text should be a person's name, phone number, &c. Even if the input method doesn't respect this ...
Novelia asked 14/10, 2013 at 22:0
1
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 ...
Roturier asked 14/3, 2013 at 9:17
2
Solved
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...
Nepali asked 7/5, 2013 at 17:44
1
Solved
I have one requirement in my Android application. I need to download and save file in specific folder of SD card programmatically. I have developed source code, which is
String DownloadUrl = "htt...
Confucius asked 20/4, 2013 at 5:39
0
Is it possible to include a Fragment as part of an input method (IME)?
The trouble is that my input method has to extends InputMethodService which means it isn't a FragmentActivity
Salvo asked 29/8, 2012 at 13:10
2
Solved
I've written an IME (InputMethodService) and I need to get all the text from the EditText it is editing. I know one way:
InputConnection inputConnection = getCurrentInputConnection();
inputConnect...
Ranna asked 16/9, 2011 at 4:43
4
Solved
I am trying to access an InputMethodService from an Activity, and I am running into issues with the permissions. This is for a custom keyboard app.
What I am trying to achieve is to bind the text...
Longueur asked 18/11, 2011 at 21:26
1
I'm looking into changing bits and pieces of Android's input methods, to enter coordinates specifically.
The keys/characters needed are 1234567890.-:
When choosing numeric signed and decimal I hav...
Rusel asked 29/3, 2011 at 15:4
1
How do you determine which input method is currently active - A user can change the input method (soft keyboard) by long pressing on a text edit field - From code, how does one determine which inpu...
Marlinmarline asked 31/7, 2010 at 23:59
1
Solved
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 exam...
Trackless asked 6/2, 2011 at 16:2
2
... like "Swype settings" in this picture. Been searching for hours on how to do this. Going to go insane. Help appreciated.
Decade asked 14/9, 2010 at 7:26
130
Solved
I have an EditText and a Button in my layout.
After writing in the edit field and clicking on the Button, I want to hide the virtual keyboard when touching outside the keyboard. I assume that this ...
Factorize asked 10/7, 2009 at 11:27
© 2022 - 2024 — McMap. All rights reserved.