My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from an android device.

JSON-RPC is a lightweight cross-language remote procedure call protocol that simplifies the creation of web services providers and clients. JSON serialization is typically more efficient than XML based serialization and is more suited for mobile environments like android. On the server side, several libraries exist to implement JSON-RPC services in the language of your choice (Python, Java, C#, PHP, ...).

See Getting started for further information on getting the library running with android sdk

The library is distributed as source and as a jar file that you can directly import in android projects.

New in 0.2.1 : Bugfix for remote error handling with JSON-RPC 2.0.

New in 0.2 :

  • Support for connection and socket operations timeouts
  • HTTP 1.0 is now used by default (instead of HTTP 1.1)

Powered by Google Project Hosting