I am developing and Android app which is divided between 2 (or more) devices. One should be the server which the client should ask it to perform a process on data. Both process and data should be sent from client to server.
I wonder how to dynamically load the process (dex class?OK, any suggestions) from the client to the server.
In other words. Server knows what to do at run-time. It's a kind of RPC but the procedure itself should be send to the server.
Any Suggestions. Thanks on advance.