how local service can invoke a sync method on it's main activity?

Posted by rayman on Stack Overflow See other posts from Stack Overflow or by rayman
Published on 2010-05-02T10:49:13Z Indexed on 2010/05/02 11:47 UTC
Read the original article Hit count: 166

Filed under:
|

Hi, ive configured local service under some app. i wanna know how could i invoke methods on the activity, through the service in a synchronous way for example: the service invoke a method inthe activity and waiting for for result(synchronous) from it. (the method exists in the activity)

thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk