I saw this sample on how to bind a service and call its methods from an Activity.
http://developer.android.com/reference/android/app/Service.html#LocalServiceSample
But I want to bind a service and call its methods from a non-Activity class.
how can I do this?
as i don't have implementation of the following methods:
bindService, unbindService