how local service can invoke a sync method on it's main activity?
- by rayman
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.