android - can we call AIDL From remote device -


can call client aidl interface device. , if yes how? if no exact use of aidl in android suggestions appreciated. regards sumit

can call client aidl interface device

no.

what exact use of aidl in android

quoting the documentation, "it allows define programming interface both client , service agree upon in order communicate each other using interprocess communication (ipc)." app developer, use when implementing binding pattern services (e.g., bindservice(), onbind()) between apps.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

filehandler - java open files not cleaned, even when the process is killed -

gridview - Yii2 DataPorivider $totalSum for a column -