Thanks.
I am now using EditText to receive the result.
But how can I know the "final" string?
I mean, I can get the string each time when user click the soft
keyboard.
I want to know the final click on "Done" key.

On 5月27日, 下午11时09分, Mark Murphy <[email protected]> wrote:
> davidrobin wrote:
> > All I want is the final result of the input string.
>
> There is no "input string" without an EditText. At most, with onKeyUp()
> you might get individual key events (haven't tried that myself).
>
> If you want an input string, put an EditText in your layout.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android 2.x Programming Books:http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to