Android Service not receiving Message from Activity
问题 I have created both a Service and an Activity that need to be able to communicate with each other. The Activity should send a Message to the Service, and the Service should reply with a result. The problem is that the Message doesn't seem to be making it to the Service. This is the output to the log from the code: 02-07 18:26:37.057: I/Task Timer(8850): Service bound 02-07 18:26:37.097: V/Task Timer(8850): Service connected: ComponentInfo{com.gawdl3y.android.tasktimer/com.gawdl3y.android