Reputation: 1085
How do I have voice typing in my EditText field.
I want to programatically set input type to voice typing for some EditText fields.
Thanks for your help in advance.
Upvotes: 1
Views: 1687
Reputation: 1156
I found a few links you might be interested in. I ran the third link and it looks good, but is not exactly what you are looking for, but might help you get moving along.
Java Code Geeks - Android Voice Recognition Tutorial
Android Developers Blogspot - Add Voice Typing to Your IME
James Elsey Blogs - Android how to Implement Voice Recognition
Upvotes: 1