I am new in android and currently working on small application that works on Voice Command API. For Example if I say bluetooth it will switch the phone’s bluetooth to ON/OFF mode (vice-a-versa).
Please help me to do this….
Thanks in Anvance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s rather straight forward to use:
And then call the
startVoiceRecognitionActivity()from within your code wherever you need it. Of course you’ll need to have the permssion to access the internetin your Android.manifest.