0

I'm trying to build a system it has clients and server, clients must use some methods of server and these methods should return objects. I thought can use JSON-RPC architechture, can anyone help me with this? ( client is android, server is android or linux)

userrrrr
  • 1
  • 3

1 Answers1

1

You can try this as JSON Client on Androin http://www.codeforest.net/android-json-rpc-client-and-php-zend-framework-server

And this as php Server (and client to, if you need) http://jsonrpcphp.org/?page=download&lang=en

Good luck

Djomla
  • 620
  • 2
  • 7
  • 18
  • What about Android client to Java server? – zurbergram Apr 11 '13 at 19:46
  • Really don't know... I find this, http://stackoverflow.com/questions/15957436/how-to-use-android-json-rpc-for-androidclient-javaserver-setup .. Maybe there is something helpful. – Djomla Apr 15 '13 at 10:04