Android - I want to show file upload progress to the user

前端 未结 7 591
一向
一向 2020-12-07 14:51

I upload photo to the server via the default HttpClient in Android SDK. I want to show progress in the user interface, is there a way to find out how much has been uploaded?

7条回答
  •  無奈伤痛
    2020-12-07 15:25

    I wrote up an example of exactly how to do this -> http://toolongdidntread.com/android/android-multipart-post-with-progress-bar/

提交回复
热议问题