OneDrive / onedrive-sdk-android

OneDrive SDK for Android!
https://dev.onedrive.com
Other
148 stars 52 forks source link

Download progress and create folder #28

Closed acappelli closed 8 years ago

acappelli commented 8 years ago

Hi, I want to know how to get the progress of download and create an empty folder. It's possible? Thanks in advance!

daboxu commented 8 years ago

Hi Andrea,

For creating an empty folder, you can follow the instruction at the last part in this doc about creating an empty folder.

For showing download progress, there are two ways but I am not sure which one could meet your needs:

  1. In the example app we use Android's Download Manager to handle download progress, here is the example.
  2. you can also track the progress by yourself as you get the inputstream. Here is the example shows how to get inputstream from SDK.

Dabo

peternied commented 8 years ago

Sounds like this should be resolved, closing out this old issue.