Reputation: 2149
Before experimenting the voice recognition feature of Android I read the documentation provided by Android Developer site. Which tells us how to initiate the voice recognition activity for result which will return the result back in a callback. But what I have not implemented any such thing. what I have done is described below.
Thanks Dalvin
Upvotes: 0
Views: 599
Reputation: 3056
The "keypad" Activity (built-in) did this for you and sent the text to the element, which had the focus. You need the approach you mentioned to do it without the keypad.
Upvotes: 1