josesamuel / remoter

Remoter - An alternative to Android AIDL for Android Remote IPC services using plain java interfaces
Apache License 2.0
84 stars 14 forks source link

Communication between 2 apps #11

Closed NLLAPPS closed 2 years ago

NLLAPPS commented 2 years ago

Hi, thank you for great work. I was wondering how one would go about having 2 apps communicating with your library. You samples seems to show only within communication within app on a different process.

I am trying to have 2 apps, signed with same signature one as server and another as client communication with remoter. Is it possible at all?