Best json rpc 2.0 library for Android [closed]

萝らか妹 提交于 2019-12-06 01:31:46

问题


I have json rpc 2.0 server written in php. Currently I'm looking for a library that allows auto generation json rpc requests instead of using manual serialization.

I found a bunch of different libraries and really don't know which is more convenient. Did anybody successfully use one?


回答1:


The best library json I've ever found is JSON-RPC 2.0

For making requests you will need base part of library. But if you want automatically handle server resonces you can take a look at client library. There are pretty much easy to understand tutorials. Hope it will help.




回答2:


android-json-rpc is a pretty simple library. Here is the documentation.



来源:https://stackoverflow.com/questions/17105322/best-json-rpc-2-0-library-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!