Android :: How To Add Words To Suggestions On Top Of Soft Keyboard
Mar 27, 2010
Is there any way to add words to the suggestions in the soft keyboard? For a specific Edittext field i would like to add a list of names to the suggestions that pops up on top of the soft keyboard in android 2.0.
View 2 Replies
Aug 13, 2010
I would like to play around with some ideas and develop a soft keyboard for Android to replace the default one.
Is there any general information about soft keyboard development for Android out there?
Any best practices or guidelines?
Can I do with my keyboard application pretty much anything I could do with a normal Android application?
Can I do HTTP connections to synchronize keyboard data with a cloud DB and other phones I have?
Can I open other windows/screens from a key press, e.g. to display a custom input interface different to a normal QWERTY one. If that doesn't work, can I use a pop-up dialog instead?
View 3 Replies
View Related
Oct 13, 2010
I have a tabbed view with one Activity per tab, and when I switch from the first tab, which has a TextView, to the second tab, which only shows a clickable list, the soft keyboard is still there. I want it to go away.
I tried this:
CODE:.............
But this does not work, because there is no relevant view to provide, as there is no View on the screen that takes keyboard input.
View 1 Replies
View Related
Nov 29, 2010
When I was using my x10 when it was only 1.6, when you typed a letter using the android keyboard, it would give multiple word suggestions (ie. i - is, it, in, etc.) which helped a lot. But with 2.1, if I turn it's word suggestions, it only provides me with proper names or contact names. Any way to allow 2.1 to use word suggestions other than these proper/contact names? I don't like the default keyboard. Can no one help? I don't think I'm the only one with this problem.
View 1 Replies
View Related
Jun 22, 2012
I'm using an MK802 mini PC. I don't have a USB keyboard yet.
When I plug in a wired USB mouse, I can use that to click on the on screen soft keyboard.
But when I plug in the wireless dongle for a USB mouse, the Android soft keyboard doesn't show anymore (I guess this is because the wireless dongle supports both keyboard and mouse, and tells Android a hardware keyboard is available, so Android doesn't show the soft keyboard).
Any way to ignore this and always show the soft keyboard? Or another keyboard I can download which will always show?
View 1 Replies
View Related
Jun 26, 2009
How can I hide the suggested words or turn off auto complete for the virtual keyboard?
View 9 Replies
View Related
Sep 24, 2010
I cannot seem to find an answer to this although I seem to recall that when I first got the phone that I did it once for one word. When in Android Keyboard input, if you type in a word that is not in the dictionary, is there a way to save it so that it comes up again in the future and you don't have to type the whole word out each time you use it? It appears that this is the case in swype (which I do not care for) but after a lot of trial and error, I cannot seem to locate a place where you can do this.
View 6 Replies
View Related
Oct 11, 2010
I've downloaded the Swiftkey Keyboard and like it a lot but am a bit frustrated by the autocomplete concept they use. I guess there should be two options: autocorrect spelling mistakes I make and another option for autocompleting words I am trying to type. Too often I find that Swiftkey's "predicted" word option based on what I type is so far off that I end up sending a nonsensical message to people.
View 3 Replies
View Related
Sep 8, 2010
So is there an easy way to type the word "I'll". I have to upper case the letters then type "I", then switch to the symbols and type ', then back to the letters to type "ll". This just seems way to much for a little word. My BB Tour would recognize so much easier. If there is no easy way to type it, wonder if Froyo will fix it.
View 4 Replies
View Related
Jul 20, 2009
Over time i accidentally added misspelled words to my magic's auto-correct dictionary. Can I clear the items, and restore it to default keyboard words?
View 14 Replies
View Related
Aug 4, 2010
I have a layout which has one large EditText view at the top + a bunch of buttons at the bottom. The EditText is made to shrink and expand when the ime is activated/deactivated by using adjust_resize. The buttons at the bottom are pushed up above the ime.
I would like to hide these buttons when the ime displays, to provide enough space for the EditText view.
I have so far tried the following:
subclassed EditText and provided the activity the option to register a callback on the view's OnSizeChanged.
Used this callback to change the visibility of the buttons (actually the layout container) to GONE.
This work OK and does hide the buttons when the ime pops up. However, the EditText does not expand into the new available space. Furthermore, when the ime is disposed off, the EditText field is now bigger than it was originally, pushing (the now showing) buttons outside the screen.
I should also add that when typing the first letter into the view, and the ime displays the word options, the screen is redrawn and the EditText fills the vacant space. how to get this to work? Or even better, is there a simpler solution to my requirement? In my view, scrolling is not a good option.
View 2 Replies
View Related
Aug 6, 2010
The title is my question. I found out how to add stuff to the stock android dictionary, but I added stuff I meant as just a test and now I don't know how to delete them.I posted this on xda but haven't gotten an answer yet. Was wondering if anybody here had some insight.Keep in mind this is the STOCK ANDROID keyboard I'm talking about, not swype. For this phone there is no "Language and Keyboard" setting, which is the answer I came across when I tried to google for an answer.
View 3 Replies
View Related
Nov 5, 2013
So I downloaded the Google Keyboard 2.0 from AndroidPolice [URL] ..... and noticed a problem:
When I'm typing, and I mistype, instead of correcting to the most likely word like it did in the old blue version, now it autocorrects to whatever I mistyped but in all CAPS. So, if I'm typing "that" and instead I type "thay" it will autocorrect to "THAY." This is extremely obnoxious.
View 1 Replies
View Related
Nov 12, 2010
I have an EditText control that does not pop up the soft keyboard when the user touches it. The thing is, that I have a number of other EditText controls elsewhere in my application that all work fine, and I cannot see anything really different about this one.The code is a bit complex to post here, but I was wondering if anyone knows of any reasons why the soft keyboard would not appear in some cases.
View 3 Replies
View Related
Mar 29, 2010
I am interesting in integrating an arabic keyboard to the android system. I proceeded as follows: I have modified the xml and the layout in the package softkeyboard by replacing English letters and their codes by the arabic one.Of cource I created 2 new directories in softkeyboard: xml-ar and layout-ar After rebuilding the system , I don't find the new softkeyboard.
View 4 Replies
View Related
Jun 24, 2010
I have One AutocompleTextView and I want to make the virtual keyboard disappear when he hits "DONE" at the AutocompleTextView. So far, the buttons "NEXT"/"DONE" do nothing at all Unfortunately I found no resources addressing this problem.
View 1 Replies
View Related
Jun 28, 2010
I've got a problem with my application in that the soft-keyboard is not being closed unless the user pushes the "back" button.I use several layouts which I load using the setContentView method of the application. Some layouts contain multiple EditText fields. The soft-keyboard pops up correctly when the entry boxes are being clicked, but never gets dismissed, even after I switch to a new layout using setContentView (instigated by on-screen push buttons).I found a way of apparently removing the keyboard using the "InputManager" class but how exactly does that work if I don't know which entry field opened/currently owns the keyboard?Is there a way of possibly invalidating a whole layout which would perhaps cause all resources (and hopefully the keyboard) to be cleared? As said before, I currently just use setContentView to load the next screen.
View 4 Replies
View Related
Jan 25, 2010
How can I select what soft-keyboard an edittext will load?
View 3 Replies
View Related
Jun 24, 2010
if application has EditText widget and user clicks on it, a qwertysoft keyboard appears. how do you get a numeric, 12key, or phone soft keyboard to appear instead. (I have searched documentation but I cannot find solution.)
View 2 Replies
View Related
Oct 20, 2009
How can I set numeric-only soft keyboard option for a text field? When I set the input-type to "number" it brings a soft keyboard which is actually a alpha-numeric one but already switched to numeric mode. What I want is a pure numeric soft keyboard with big numbers (no alphabets at all). I've already seen this in other applications and but don't know how to do it.
View 6 Replies
View Related
Apr 24, 2009
I have a form that is working fine with the "Next" flow order when using the computer keyboard with emulator (and probably with the keyboard on the G1) but not with the SoftKeyboard with 1.5.Some fields indicate "Next" with this keyboard, some go to the correct field and others don't.Two of the fields are text and they only give a carriage return instead of "Next."My numeric fields give the proper "Next" key. Use of the SoftKeyboard is a little underdocumented so far (if there is a hidden doc online somewhere please provide me a link to it). There are also some added fields under 1.5 that I have asked about previously but received no answer.These appear to have something to do with the Soft Keyboard.Though these can be set programmatically I haven't seen the proper way to set these flags using XML. This field is the one that replaces "Numeric" which deprecated.
View 3 Replies
View Related
Jul 13, 2010
So Sony appears to have included their own IME with their xperia phones.I have an edit box for numerical input that i have specified as number numberDecimal|phone It allows for easy number entry and allows users to enter in decimal numbers.However the IME in the xperia phones is missing the decimal key. Is there a way to specify it should only be using the android IME?Can I specify resources for specific phones similar to how I can control resources for versions of android?
View 9 Replies
View Related
May 10, 2009
is there a way to enforce the soft keyboard throughout the lifetime of an Activity? I tried setting stateAlwaysVisible in the Manifest.xml as well as the counterpart.
View 6 Replies
View Related
May 29, 2009
This is probably very easy but I just don't know how to close the Soft Keyboard after user hits "search" key on the soft keyboard.Could someone help me out?Currently my code listens for key press particularly enter or the search key.
View 5 Replies
View Related
Apr 29, 2009
How do i disable the SoftKeyboard?
View 3 Replies
View Related
Aug 29, 2010
how to use the IMF to design a soft keyboard. Please point me to some resources that will help me understand how to do it from the ground up. Something other than the SDK sample
View 4 Replies
View Related
Dec 13, 2009
Is there a way to create an app specific soft keyboard on Android? After reading about InputMethodService docs and checking out alternative keyboard apps out there, I figure the alternate keyboard can only be configured for system wide usage (through Settings -> Locale and Text).
If the answer to above question is no, then is there at least a way to load a custom dictionary and override the default dictionary of the system keyboard (only when my app is in use)? That will help in giving very relevant suggestions to the user when he has only tapped couple of keys.
View 1 Replies
View Related
Jul 9, 2010
I am developing an android application where we are using WebView to display Web page being served from Web Server. Everything is working fine except with the problem that when i am using the soft keyboard and switched to numeric key entry and move from first field to next field, the keyboard layout automatically changed to alphanumeric.
Is there any way using which i can pull up virtual keyboard in numeric mode only when i need to enter numbers only?
View 2 Replies
View Related
Apr 20, 2010
I have a custom View which accepts onKeyDown and onKeyMultiple events. Works well with Android soft keyboard, but it has issues with HTC soft keyboard, like the one found with HTC Hero. Specifically, problem is when a user selects an "alternate" key from a small pop-up window following a long-press on a key. With Android soft keyboard, my View is receiving onKeyDown event only from a selected alternate key. With HTC soft keyboard, onKeyDown event is received for both the original key (the one that was long-pressed), and the alternate key selected from a pop-up menu. I can't figure out a way to determine if certain key events need to be cancelled or not. (I am dealing with Android 1.5).
View 3 Replies
View Related
Nov 4, 2010
In my android application, I need number and letter key in the same view, not need number and letter switch key. for example let it looks like computer keyboard, Is it possible to do it?
View 2 Replies
View Related