I hope this is more of a code problem than anything else, and I hope that someone out there can help fix the problem.
I have other code that starts the service using startService (), and I can verify that the service is running when the debugger calls the onCreate () DecoderService function.
However, bindService never communicates with a running service. Is this an asynchronous call, and do I need to wait for something?
public class ResultsActivity extends Activity { protected void onResume() {
android android-activity service
yamspog Jul 28 '10 at 23:03 2010-07-28 23:03
source share