Cancelling file download with httpclient and asynctask

前端 未结 3 527
逝去的感伤
逝去的感伤 2021-01-03 00:38

In my app I need to download files from url locations. I want to display progress of the download in a dialogbox (or optionally in the notification area). I\'ve come across

3条回答
  •  被撕碎了的回忆
    2021-01-03 01:15

    I would suggest you to go through this link for the dark-side of AsyncTasks: http://bon-app-etit.blogspot.in/2013/04/the-dark-side-of-asynctask.html .

    Google has released a library called "Volley" that is used nowadays for faster and better networking .

    It solves Bad points of AsyncTasks.

    Canceling request using volley

提交回复
热议问题