How can I browse files stored on dropbox from within Android app? I used dropbox API and now I can log into dropbox but I don't know how to browse for a file of certain type ( .RTF in my case) in the dropbox folders of the user.
Asked
Active
Viewed 483 times
0
-
http://stackoverflow.com/questions/9546153/list-all-the-folder-and-files-of-dropbox-using-dropbox-api Hope this will be helpful for you. – chain Aug 09 '13 at 07:22
1 Answers
0
You can't just browse all formats, you need decoder for every format. Also you can pass the task to any program that supports reading format your app doesn't support. RTF specification

Ruuhkis
- 1,924
- 1
- 27
- 46
-
I mean how can I launch an activity ( intent) to browse dropbox, using installing dropbox app. – AVEbrahimi Mar 06 '12 at 16:01