开发者

Service progress updates

开发者 https://www.devze.com 2023-02-10 13:38 出处:网络
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 on

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

精彩评论

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