How to draw text clearly in OpenGL ES (Android?

Android-style predictive text for physical keyboards

  • Can I somehow harness Android-style predictive text for my actual, hardware QWERTY keyboard? The predictive text functionality in Android 2.3 "Gingerbread," running on my touchscreen phone, is remarkably useful. Apparently, the technology comes from a startup called BlindType (http://www.youtube.com/watch?v=M9b8NlMd79w), which Google recently http://techcrunch.com/2010/10/01/google-acquires-impressive-touchscreen-keyboard-startup-blindtype/. What I hope for is to type on a physical QWERTY keyboard (Windows, Mac, or even Linux might be fine) and have a touchscreen-style predictive text system react to my input. It would, as the touchscreen systems do, automatically correct obvious typos when I press the spacebar. It might, as touchscreen systems do, automatically complete the rest of a world when, after I've typed the beginning of a word, it has high confidence about which word I intend. (I could accept an auto-completion suggestion, as on Android, by hitting the spacebar.) And it would, as touchscreen systems do, provide several candidate completions on screen as I'm typing, and let me pick them. (Presumably, since I can't provide input by touching an LCD screen, this would have to rely on other input, such as use of the keyboard's number keys.) Does anything like this exist? If not, how hard could it be to create? Could one repurpose or repackage an Android emulator to achieve this? (Previous question filter: I looked around and found http://ask.metafilter.com/15875/Predictive-text-for-Office from six years ago. The programs referenced there, even in their current and updated versions, seem well behind the curve of predictive text innovation, which is rocketing along thanks to iPhone-style smartphones that lack QWERTY keyboards.)

  • Answer:

    http://www.androidguys.com/2010/03/02/keyboard-travel-android-phones-capable-usb-keyboard/ If you could find one now, maybe you could type on that and email the text to your pc or something.

dgrobinson at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

Open Office does some predictive text/auto-completing.

aniola

I've used programs that provided predictive/learning text input for tty programs, but none of them would be adaptable to GUI input. Many IDEs do predictive completion of keywords and variable/type names. So, sure, it's possible, but I don't know of any actual implementations that aren't built in to a particular program (except the tty ones I mentioned).

hattifattener

I'd like to see something like this with emacs.

oonh

ijoshua

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.