I have a ListView in Android and I want it so that when the user clicks on each item, a special file will be downloaded from the Internet which shows the progress of the download in each item of the ListView.
Also, when the user clicks the back button, it will close the Activity or application download will continue and upon returning to the Activity process, it will show the current progress.