Android networking

后端 未结 2 1824
傲寒
傲寒 2021-01-12 21:26

We are implementing a sever-client architecture and some of the client apps are supposed to run on android OS. The first idea that came to mind was to use java RMI, but the

2条回答
  •  情书的邮戳
    2021-01-12 22:15

    If using a light weight JAVA/RMI Android implementation is feasible for your particular scenario you can take a look at the links below:

    • https://github.com/jorgenpt/lipermi
    • http://blog.pastelstudios.com/2012/10/11/poor-mans-rmi-android-java/

提交回复
热议问题