Hi there,
Has anyone know to use voice commands on Android phones?
I am developing a clock that is capable of displaying numbers and words. I would like to extend my project and to add GSM module so it is capable of receiving msg. I would like to use Android system and to use Google voice commands as user input so later user input is sent like msg and at the receiving end the msg is displyed.
I am am good at c and c++ but I also have some sort of knowledge about java.
I am looking how would I be able to translate the problem described above into similiar code like this:
//wait untill user says something
string word;
word=wait();
sendSMS(word,phoneNumer);
I have a book for developing basic apps on Android, so I would be cappable of putting a button 'press to speek' on the screen.
is there any simple solution to this problem?