tags:

views:

42

answers:

1

I'd like to invoke the Android onscreen keyboard to just retrieve a single character. Is there a way to do this?

I am working on a hangman application and need to take input one character at a time. The plan is to have a text area for each guessed letter, and display the soft keyboard when the user selects a text area for which to guess.

+1  A: 

Wouldn't you just set the text area to only accept a single character and clear the current character if a new character is entered?

mezoid