开发者

Background tasks and activity

开发者 https://www.devze.com 2023-01-07 10:09 出处:网络
Has anyone any idea 开发者_开发问答on how to solve the generic problems related to starting a task in background from an activity and when the task is finished posting the result to the activity that

Has anyone any idea 开发者_开发问答on how to solve the generic problems related to starting a task in background from an activity and when the task is finished posting the result to the activity that created ? (the activity might get destroyed in the meantime due to a orientation change ,or receiving a call , or might be in the process of destroying and recreation)


Depending of what you are doing you might consider using a Service as well.

0

精彩评论

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