A powerful, flexible, lightweight Android library for working with RESTful web APIs.
You can build the library from the command-line using ant:
# Package the application for distribution
$ ant clean dist
# Generate Javadoc for the project
$ ant clean docs
Note: In addition to building the project, the
disttarget will also invoke thedocstarget automatically.
Licensed under the Apache License, Version 2.0 (see LICENSE).