开发者

Android: Update some weather Data from server every X hours

What is the best and most efficient way in android to schedule an update for some weather开发者_如何学JAVA data from the server every X hours?

Thanks Sam


If you are asking about scheduling system, a good way is using AlarmManager, which can wake up your activity even if it is not running.

Here is some info: http://developer.android.com/reference/android/app/AlarmManager.html

And here a nice example with Notification: http://android.arnodenhond.com/tutorials/alarm-notification


Register your app with AlarmManager.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜