I want a create custom download Manager in which I need to show all downloading file status in another activity.
I Have an Activity in which there is listing of different file and when I tab on the ListView.
Downoading will start in the BACKGROUND
and I have a other activity in which all the downloading file status will be visible like as Image what I attach:
I read Downloadmanager Class and AsyncTask for achieving this functionality and could not resolve.
How to achieve more than one downloading in the background and when I open the Downloding.java (Download Activity). All the downloading will appear
Can somebody suggest me How to do this thing or suggest me the other way to start working on it?