how local service can invoke 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:27 UTC
Read the original article
Hit count: 173
android
|android-sdk
Hi, ive configured local service under some app. i wanna know how could i invoke methods on the activity, through the service while sending parameters to that method.
(the method exists in the activity)
thanks.
© Stack Overflow or respective owner