It's a SimpleNote API Java wrapper.
- Apache HttpClient - This is included in Android by default
- Google Gson - To handle the JSON responses and requests
Luckily you don't have to deal with this yourself. Thanks to Ant and Ivy you can execute:
ant init
And all the dependencies will be downloaded and placed in the lib folder.
Other commands are also available:
ant samples - to compile the samples
ant dist - to create the jar
ant doc - generates the documentation
The Javadoc documentation for the library is available here