updating an activity from an asynchronous service
Posted
by Dave.B
on Stack Overflow
See other posts from Stack Overflow
or by Dave.B
Published on 2010-04-02T17:39:53Z
Indexed on
2010/04/02
17:43 UTC
Read the original article
Hit count: 164
I've implemented a service that does an asynchronous sync to between my application and google docs. I want to update the top level activity of my application when the sync is complete. However because of the service it's possible that the app could be be in a unknown state. Is there a way to make the top level activity, whatever that may be, recreate itself from an asynchtask in a service.
© Stack Overflow or respective owner