开发者

Service progress updates

How can I get updates from a Service to an activity? For example, if I am downloading a file, I would like to show a progress bar in the activity. I don't want to use Asy开发者_开发问答ncTask (they only run while the activity is in focus, which is no good).

Many apps do this, so of course it is possible but finding an example is difficult.


I usually send a BroadcastIntent and register a BroadcastReceiver in my Activity

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜