I have an image-uploading activity which is working fine. It is uploading the image. I want the "upload activity" to be done in the background. It should be started automatically if there is any pending image to be upload as network reconnects. I also want to show image wise progress bar like whats app with retry option.
I am using httpurlconnection class for uploading .jpg image
I have used Intent service for this
in my activity class I called When Upload button is clicked
and code for MyIntentService.class