DropboxSDK-for-Android
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A fork of Dropbox's Android SDK
##Dropbox SDK for Android (inofficial)

I created this project, because I think the original Dropbox SDK wasn't really created the Android way. I divided it into two Eclips projects:

 * DropboxSDK: The Android Library Project, which contains the helper classes and all Java libraries needed.

 * DropboxSample: A sample Eclipse project which shows how to use the SDK.

To use the SDK in your own project, you need to take these steps:

1. Pull the repository

2. File > Import... > Existing Projects into Workspace > Select the DropboxSDK folder

3. Add the SDK as a library to your own project

4. Add the SDK's .jar files to your project's build path

5. Make sure that your app has permission to access the internet!

The original SDK can be found here: [Original SDK][original_sdk]

[original_sdk]: https://www.dropbox.com/developers/releases

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。