Azure / azure-storage-android

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

Show progress by using setResponseReceivedEventHandler, example needed #66

Open nandanugg opened 6 years ago

nandanugg commented 6 years ago

Hi there, I've already read this setResponseReceivedEventHandler And I still have no idea how to use it properly, can someone share how to use this properly to show upload progress?

Note: I'm using the CloudBlockBlob upload method

Thanks.

liliankasem commented 3 years ago

I don't have an answer for this, but there is a new SDK with a progress sample in the Azure SDK for Android repo that is worth pointing out for anyone else that ends up here:

https://github.com/Azure/azure-sdk-for-android/blob/master/samples/sample-app-storage/src/main/java/com/azure/android/storage/sample/UploadFileActivity.java