Azure / azure-storage-android

Microsoft Azure Storage Library for Android
Apache License 2.0
81 stars 47 forks source link

Can't get progress while uploading or downloading data #67

Open Sleepingbug opened 6 years ago

Sleepingbug commented 6 years ago

I can't get progress while uploading or downloading data。Is there any samples ? thanks

abbas-anwer commented 3 years ago

This should be fixed. Often while uploading large files we need to show a progress to user otherwise they will more often than not close the app.

For now I've been using a wrapper around InputStream to get callbacks for read method. Returning with the number of bytes read.