Am looking for the tutorial to display all the files and folder in a listview..but I didn\'t get anything..Does anyone here know that how can I show all the folder and files
Try this code to list the files.....I don't know more about Dropbox, try it
Entry contact = mDBApi.metadata("/", 0, null, true, null); List CFolder = contact.contents; for (Entry entry : CFolder) { Log.i("DbExampleLog", "Filename: " + entry.fileName());}