0

In my app I want to download and upload file from and to server. I am using service to do it. In onStartCommand I am creating a thread which will download the content. I showing a notification of the download which has a pending intent. While clicking the notification it will show ProcessManager which has the ongoing process of upload and download.

My problem is I want to delete the files in upload or download queue from the ProcessManager page. I cant use intent service because I need to get the downloading status every time I launch. I used both Service and BindService. Please guide me the way to do this.

Sniper
  • 2,412
  • 11
  • 44
  • 49
  • ProcessManager, BindService what are those guys? – pskink Apr 09 '15 at 14:10
  • Is the upload/download queue in your service? Do you have individual service instances for each file or only one service instance managing all files? – RaphMclee Apr 10 '15 at 10:10

0 Answers0