Top "Android-download-manager" questions

A system service that handles long-running HTTP downloads in Android

How to update progressbar in a ListView item

I have a ListView attached to an ArrayAdapter. When the user clicks a download button for an item in the …

android android-listview android-progressbar android-download-manager
I am getting IllegalArgumentException during picking a document file from download manager ,which is happening only for oreo

Here I am attaching the logs : Caused by: java.lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/1587 at android.database.…

android uri android-contentprovider android-8.0-oreo android-download-manager
Show progress bar while downloading using download manager

I am using download manager api for downloading large files, and i achieved it too. But the thing is, the …

java android download download-manager android-download-manager
How to download multiple files concurrently using intentservice in Android?

I want to create a service similar to this one, (reference from Here), to download multiple files asynchronously in Android. …

java android multithreading android-download-manager android-intentservice
Multiple file download manager in listview +progress/pause/resume android

i need to make a dynamic download manager for my app in this form : adding new link to current list …

android android-download-manager
DownloadManager doesn't start to download file

Imagine that i want to download this file (random file): http://www.analysis.im/uploads/seminar/pdf-sample.pdf This is …

android android-download-manager download-manager
Open a downloaded file after downloading in Android

I have an app with some links to files on the web. I want that after the user choose to …

android file android-download-manager
How to get file name when clicking on URL in webview

How to get the file name which we uploaded on server when we provide linked for that file in page? …

android android-webview android-download-manager
Caused by: java.lang.IllegalStateException: Unable to create directory in Android 6.0 devices

I have to store the download the image from the url using DownloadManager and store it into the sdcard with …

android android-sdcard android-download-manager imagedownload
Download Files Using download manager

I am downloading files from server using DownloadManager class Here is what i am doing public void downloadPdf(String url, …

android android-download-manager