I checked this thread which actually looks for the same thing that i look – but he didnt got answered.
What i’m looking for is a way to connect between server (as a java application) and a client (as a android application) – in a way that the client will be able to call remote methods in the server, and get remote objects from the server. (doesn’t matter if it uses AIDL or not..)
I worked with RMI and it’s fine – but it unnable to use on Android, so i have to find another way.
Thanks for help!
Two possible avenues:
I’m sure there are others, too.