Top "Download-manager" questions

A download-manager is often used for handling long-running downloads, and might support pausing, interrupting and resuming.

What's a .sh file?

So I am not experienced in dealing with a plethora of file types, and I haven't been able to find …

linux sh download-manager
Android DownloadManager API - opening file after download?

I am facing problem of opening downloaded file after successfull download via DownloadManager API. In my code: Uri uri=Uri.…

android download-manager
DownloadManager not storing Downloaded files in Download Folder

Whenever i try to download any file through the code below dm = (DownloadManager) context.getSystemService(context.DOWNLOAD_SERVICE); request = new …

android download-manager android-download-manager
Set custom folder Android Download Manager

I've a question about Download Manager. I'm going to download a file from a site. When I set the default …

android download download-manager
iOS Application Background Downloading

Hey! I need to know how I can have my iOS Application start a download in the background of the …

iphone download uiapplicationdelegate download-manager
DownloadManager.ACTION_DOWNLOAD_COMPLETE broadcast receiver receiving same download id more than once with different download statuses in Android

I am using Android DownloadManger System Service for downloading some files in following way dwnId = mgr.enqueue(new DownloadManager.Request(…

android download broadcastreceiver broadcast download-manager
Android DownloadManager Progress

i'm developing an app where users are able to download different content packages. For the download process i am using …

android download-manager
How to Show download progress in progress bar in Android?

I am using .net web services and I am able to download the file in sd card, But I want …

android android-progressbar download-manager
Android DownloadManager and SSL (https)

Oh, great. There's always something else that some... Grrr... Anyway, so I worked days and days wading through vague, incomplete, …

android ssl https download-manager
How to receive status of download manager intent until download success or failed

Here's my problem. I'm trying to download file from my server using download manager intent via Asynctask. in my doInBackground …

android android-asynctask download-manager