Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我检查了这个线程,它实际上在寻找与我相同的东西——但他没有得到回答。我正在寻找的是一种在服务器(作为 java 应用程序)和客户端(作为 android 应用程序)之间连接的方法 - 客户端将能够调用服务器中的远程方法并获取远程对象从服务器。(不管它是否使用 AIDL..)
我与 RMI 合作过,它很好 - 但它无法在 Android 上使用,所以我必须找到另一种方法。
感谢帮助!
两种可能的途径:
我敢肯定还有其他人。