i want to establish communication in some different application. all application has been developed by me only. so is it possible to use AIDL and IPC for same.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a very good tutorial for creating a background service by using AIDL.
What you can do is put your AIDL files in service app and develop your service features. Then copy those AIDL files without service implementation to other application. Now, the second app can make connection to your service (which is deployed by other application).