I am creating app in which I am downloading file from URl. I have already tried AsyncTask to download the file. Now I am using DownloadManager. I am able to download the file in targeted folder. Need help with following issues:
- It is downloading the file even-if it is already downloaded. How to solve this?
- how to open the downloaded file?
Do I need to first learn about cursors for this or I can do it without cursors?