Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
485 views
in Technique[技术] by (71.8m points)

android - Handling callbacks between multiple clients and service via aidl

Hello ppl i am new to this android world, need some help

I am working on android application which based on detecting sound.

It listens to the remote service and if any changes in the remote API, i have to perfrom change in my application. Basically, there is one remote service, one mid-layer manager and multiple applications which connect to the service through the manager.

I want the service to send callbacks to all the registered applications/cleints. I am doing use of RemoteCallbackList in my service to handle the callbacking

Can someone put help to me to understand how all my clients will reciewve the callbacks from service and manager. I need some help in how to code this so no provided code


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...