Hello, how i can load all the images from a dropbox account on a listview with imageviews?
We recommend using the Java SDK:
https://www.dropbox.com/developers/documentation/java
There's a sample Android app here:
https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
For example, you can use the listFolder method to list files in a folder, and the download method to download file content.
Thank you. I'm 15 years old and i'm starting with android development. Very useful.