Iam new in android
i need to make a dynamic file(.mp3,.mp4) download manager for my app in this form :
- adding new link to current list
- can pause and resume download
- the whole action can be progress in background
- deleting complete downloads from custom list
- it's user threads and asynk
- when i close the app,the list not be erase
I had followed these links but they are not usefull to me:
- Multiple file download manager in listview +progress/pause/resume android
- Download multiple files with a progress bar in ListView Android
most of the links and tutorial not work or not even published because of errors,i will be so thankfull to guide me with full source code of this download manager.
i thought it's be better to call a function like this "SomeFunction(url)",then it's manager the download and link.
please guide me