Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 498 Bytes

Hoot-Android

A powerful, flexible, lightweight Android library for working with RESTful web APIs.

Building

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 dist target will also invoke the docs target automatically.

License

Licensed under the Apache License, Version 2.0 (see LICENSE).