¡@

Home 

2014/10/16 ¤W¤È 08:24:29

android Programming Glossary: sms_sender

Send SMS until it is successful

http://stackoverflow.com/questions/19083158/send-sms-until-it-is-successful

this.cancel I don't want to run the timer more than once sms_sender sms new sms_sender sms.sendSMS phoneNumber messageText 30000.. want to run the timer more than once sms_sender sms new sms_sender sms.sendSMS phoneNumber messageText 30000 30000 run sendSMS.. sent This is my code which does not work public class sms_sender extends Service @Override public IBinder onBind Intent arg0..

Send SMS until it is successful

http://stackoverflow.com/questions/19083158/send-sms-until-it-is-successful

new TimerTask @Override public void run this.cancel I don't want to run the timer more than once sms_sender sms new sms_sender sms.sendSMS phoneNumber messageText 30000 30000 run sendSMS after 30 seconds Question 2 How to implement.. new TimerTask @Override public void run this.cancel I don't want to run the timer more than once sms_sender sms new sms_sender sms.sendSMS phoneNumber messageText 30000 30000 run sendSMS after 30 seconds Question 2 How to implement the sendSMS function.. stop both services after I realize that the SMS was successfully sent This is my code which does not work public class sms_sender extends Service @Override public IBinder onBind Intent arg0 TODO Auto generated method stub return null final String SENT..