Can someone point me at a complete ap that uses the softkeyboard example -- or something similar?
Asked
Active
Viewed 381 times
0
-
Any particular soft keyboard? – Ignacio Vazquez-Abrams Mar 30 '10 at 01:40
-
1I think you need to add some detail to this question, like language, platform etc. – MusiGenesis Mar 30 '10 at 02:03
1 Answers
0
Usually the soft keyboard is not provided by an individual application but by the underlying OS or some utility installed with the device. Windows has an on-screen keyboard you can bring up associated with accessability. Many touch-panel devices have an icon displayed somewhere on the screen that bring up a keyboard that's rendered by the touch-panel itself. Phones without a built-in keyboard display a virtual keyboard when needed (i.e, iPhone or Android or many many others).
The common thing in all of these devices is that it is not an application providing the input, but something lower level.

Samuel Neff
- 73,278
- 17
- 138
- 182
-
Sorry, I thought this was just an Android group. Android has an example SoftKeyboard service that I don't understand how to connect to my activity. I want to modify the keyboard and have it appear at the bottom of my screen. – user304719 Mar 30 '10 at 05:11
-
This is a general purpose programming Q&A site. You need to put the particular language and/or platform in the tags of the question you want to ask. Generally the more specific and detailed the question the better answers you'll get. – Samuel Neff Mar 30 '10 at 10:35
-
example: http://stackoverflow.com/questions/2466516/show-soft-keyboard-when-activity-starts – o0'. Apr 25 '10 at 11:55