NoNonsense-FilePicker/sample
Jonas Kalderstam 7090da920c Update Dropbox library version
And remove mention of now deprecated API.
Fixes #35

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-07-24 23:11:40 +02:00
..
libs Update Dropbox library version 2015-07-24 23:11:40 +02:00
src/main Add replace tag to sample manifest 2015-07-17 12:11:29 +02:00
README.md Structure of readme 2014-09-16 21:25:52 +02:00
build.gradle Correctly block going above root-folder 2015-05-30 14:53:08 +02:00
proguard-rules.txt First commit 2014-03-30 19:19:53 +02:00

README.md

SD-card picker

The sample app demonstrates the SD-card file chooser in action. No configuration is necessary for that.

Dropbox picker

If you want to try the Dropbox part of the sample, you'll need to get your own API-keys at https://www.dropbox.com/developers/apps and insert them into DropboxSyncHelper.java and AndroidManifest.xml. See Dropbox for more details on that:

<img src="https://raw.githubusercontent.com/spacecowboy/NoNonsense-FilePicker/master/screenshots/dropbox_app_console.png"

The dropbox sample uses the Core API. If you want to use the Sync API, have look at:

https://github.com/spacecowboy/NotePad/tree/master/core/src/com/nononsenseapps/filepicker

for an example of that.