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

前端 未结 7 604
一向
一向 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:21

    I did not work with that API, but notice that HttpClient is not android specific:

    org.apache.http.client.HttpClient
    

    So if you google for "HttpClient progress" there is a number of posts that may be usefull.

    Also, consider that post Android Download Progress

提交回复
热议问题