I am trying to partition an android application in order to execute it partially in on the phone, and partially on the server (the server could have an emulator run in it). I have read that RMIs are not supported by android. I am thinking of doing this like a client-server architecture, where an emulator is run in eclipse. So is it feasible to achieve do this project? any ideas are highly appreciated.
thank you.