Hello,
I wrote a small test application in Android to download list of files from a specific folder in my Dropbox account. is there a need to close the DropboxAPI session when it is done?
if yes, then what is the right way to do it?
Daniel
It sounds like you're referring to the Dropbox Android Core SDK. No, you don't need to explicitly close that object.
Thanks, Gregory.