We implement an architecture with several clients, and some of the client applications must work in the Android OS. The first idea that came to mind was to use java RMI, but the RMI api is clearly not implemented for android.
So 1) Is there a way to use java RMI api in an Android application? Can I just import it from the java standard library? 2) What are the possible RMI replacements that will work for both Android and desktop applications?
Thanks.
java android networking rmi
Petkovsky
source share