aidl
How to pass Remote Interface (aidl) throughout Activities?
I am developing an application using services and Remote interface. I have a question about passing the reference of my Remote interface throughout Activities.[详细]
2022-12-30 17:20 分类:问答Can't bind to Service
I have an aidl file defined as follows: package com.erbedo.callalert; interface RemoteCallAlert { void notifyCallEnded();[详细]
2022-12-23 20:03 分类:问答Best way for Service that starts Activity to communicate with it
I have a service that listens to a socket. When receiving certain input it is to create an activity. When receiving other input, it开发者_JAVA百科 is to kill this activity. I have struggled for a whil[详细]
2022-12-20 20:05 分类:问答Android - Using method from a Service in an Activity?
I have the folowing method in a Service in my appplication: public void switchSpeaker(boolean speakerFlag){[详细]
2022-12-20 02:33 分类:问答How do I use AIDL tool from command line using SDK sample code?
My question concerns using aidl.exe (on a Windows system) from the command line.This question has nothing to do with Eclipse, Netbeans, etc.[详细]
2022-12-18 23:53 分类:问答Android: Task or application equivalent of onPause
My application uses a remote service to play audio.I do this so that no activity owns the playback of the audio - the user can trigger some[详细]
2022-12-11 05:28 分类:问答