Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.23 KB

Box Android Library

You can use the Android library to create applications based on the Box Rest API. You can find documentation for the Rest API at http://developers.box.net/.

Javadoc

Javadocs for the library can be found in the gh-pages branch, or by going to http://box.github.com/box-android-sdk/javadoc/

API Key

You must first obtain an API key by registering your Box.net application.

Sample App

A sample app has been included to demonstrate usage of the library. In order for the sample application to work, you must set your OpenBox app's API key into BoxAndroidLibrarySample/src/com/box/androidlib/sample/Constants.java.

Dependencies

The Box Android library requires mime4j, httpmime and gson. If you do not already have those included in your project, you will need to include them.

mime4j: http://james.apache.org/mime4j/index.html

httpmime: http://hc.apache.org/httpcomponents-client-ga/httpmime/index.html

gson: http://code.google.com/p/google-gson/