开发者

Android Service With Notification

开发者 https://www.devze.com 2023-01-28 02:58 出处:网络
I have one android application in i have to create a service that run 24 hours a day it also use xml parsing based on that data it gives 开发者_Python百科notification on the particular time?

I have one android application in i have to create a service that run 24 hours a day it also use xml parsing based on that data it gives 开发者_Python百科notification on the particular time?

How can I do this?


Look at the Service samples of the Service SDK. What you want to do is very well documented.

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/index.html

0

精彩评论

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