About 7,870,000 results
Open links in new tab
  1. DownloadManager downloading files over 2.1 GB - Stack Overflow

    Feb 24, 2014 · The actual download is not made by DownloadManager; a system app does it on behalf of the caller app. To test this, start a download from a sample app, force close the app …

  2. Android Download Manager "Download Unsuccessful" - Stack …

    Dec 10, 2019 · This is my first time trying to implement DownloadManager and no matter what I try, I always get a notification saying "Download unsuccessful." I've looked at many other SO …

  3. download - DownloadManager not working for Android 10 (Q

    Dec 4, 2019 · Right, but I would like to use the DownloadManager to download the files I need and it cannot take in the location of the apps private directory for the destination (will throw a …

  4. How to Download File Using DownloadManager in API 29 or …

    Sep 25, 2019 · As I am new in Android Development, I am trying to simple App using DownloadManager. Here is the code public class MainActivity extends AppCompatActivity …

  5. understanding ERROR_HTTP_DATA_ERROR - Stack Overflow

    Mar 16, 2016 · My application depends heavily on android DownloadManager component to download files with approximate size of 3-10 mega bytes. when scaling up (to millions of …

  6. download manager - Android DownloadManager Progress - Stack …

    43 I'm developing an app where users are able to download different content packages. For the download process, I'm using the DownloadManager class. That's working fine so far. How can …

  7. Android download manager completed - Stack Overflow

    Jan 31, 2014 · 73 Small question about the download manager in android. It's the first time I'm working with it and have successfully downloaded multiple files and opened them. But my …

  8. Download file/folder from sharepoint using Curl/Wget automatically

    I have been trying to use Curl and wget to download file from Sharepoint. I am planning to make it as Script which runs automatically everyday and download the file from URL.

  9. Using ProgressBar with DownloadManager - Stack Overflow

    Dec 6, 2020 · In my app, I use DownloadManager to download a file from Firebase. import static android.os.Environment.DIRECTORY_DOWNLOADS; public class Physics extends …

  10. Newest 'android-download-manager' Questions - Stack Overflow

    Nov 12, 2024 · to implement a download manager for handling multiple items downloads in my app. I'm looking to develop an app that can download various file types such as PDFs, …