How to send voice SMS to another contact number using button onclick and I also want to auto schedule here, like once user will click on button then voice call need to send after every 1 minute repeatedly.
please help me to give some guidance and tutorials.
You should look at below link
http://code.google.com/p/google-voice-java/w/list
[EDIT 1]
For a repeating task:
task being the method to be executed
after the time to initial execution
(interval the time for repeating the execution)
[EDIT 2]
Let us compile and run the above program, this will produce the following result.
working at fixed rate
working at fixed rate
working at fixed rate
working at fixed rate and so on …