Android upload file to server with progressbar using service

后端 未结 2 1597
攒了一身酷
攒了一身酷 2021-01-17 01:31

I have already implement upload file with progress bar using asynctask but large files or uploading multiple files hang up my activity now i want to do the same but using se

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 02:31

    Use this Library

    https://github.com/gotev/android-upload-service

    With this service you can show current progress and it will run in background which will help you maintain the performance of your application.

提交回复
热议问题