开发者

timer in message application

HELLO Developers, I have taken over a project i开发者_StackOverflow中文版n android environment which i am completely new to, which imbibes a timer facility so that user can time his sms to be sent. Which messaging API will prove to be a help in this. Hoping to get good response from your side.


You don't need a messaging API. SMS sending is included in the Android SDK. To delay the sending I would recommend to use a Timer and schedule it with an delay:

http://developer.android.com/reference/java/util/Timer.html#schedule(java.util.TimerTask, long)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜