download-manager Questions

0

I'm using DownloadManager to download files. I know how to download one file and either use request.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED); or not...
Fredrickafredrickson asked 24/2, 2013 at 16:19

1

Solved

I want to be able to open a http connection to a given file in Android and start downloading it. I also have to be able to pause the download at some point and resume it later. How is this achieved...
Horaciohorae asked 20/1, 2013 at 9:10

3

Solved

I'm getting this exception: 10-24 17:08:19.711: E/AndroidRuntime(1379): FATAL EXCEPTION: main 10-24 17:08:19.711: E/AndroidRuntime(1379): java.lang.RuntimeException: Unable to start activity Compo...
Fabrizio asked 24/10, 2012 at 19:13

1

Solved

I'm using the Systems.Windows.Forms.Webbrowser control and need to override the download manager. I've followed the instructions here to subclass the form and override CreateWebBrowserSiteBase() /...
Hurff asked 13/11, 2012 at 14:53

1

DownloadManager appears to be the right choice for an app with lots of background downloads on a flaky mobile internet connection. Using tutorial code found on the web, the app is able to request ...
Vidavidal asked 19/9, 2012 at 10:54

1

I started to work with android.app.DownloadManager and faced a problem. By default, DM sending HTTP GET request to download file: GET http://www.example.com/getfile HTTP/1.1 Cookie: id=sdfsdf;Max...
Juratory asked 26/6, 2012 at 17:50

3

Oh, great. There's always something else that some... Grrr... Anyway, so I worked days and days wading through vague, incomplete, and contradictory Picasa information so that my Android app could ...
Mesenchyme asked 12/11, 2011 at 17:25

1

Solved

Solution: API 11 is needed see answer below! Easy Question: After downloading a File with the implemented DownloadManager the Notification disappears. How do I force the Notification to stay after...
Keiko asked 20/6, 2012 at 21:12

1

I need to implement a download rate limit for my file downloader application, and I've looked at the ThrottledStream class from CodeProject, but this won't work in my case since I have to be ...
Triglyph asked 4/6, 2012 at 1:25

0

I have for example button and when user click on it I want to find out the download history by DownloadManager, but problem is that my cursor is empty, it never goes to condition if(c.moveToFirst()...
Scrubland asked 22/4, 2012 at 10:38

4

Solved

I'm writing a downloader in C# and stopped at the following problem: what kind of method should I use to parallelize my downloads and update my GUI? In my first attempt, I used 4 Threads and at th...

2

Solved

We are providing downloads of our application setups through an ASHX handler in ASP.NET. A customer told us he uses some third party download manager application and that our way of providing the ...
Edythedythe asked 25/3, 2011 at 8:7

6

Solved

Background: I have a main application that needs to be able to go to the web and download DLL files associated with it (ones that we write, located on our server). It really needs to be able to dow...
Purify asked 11/2, 2011 at 19:48

2

Solved

Hey! I need to know how I can have my iOS Application start a download in the background of the application (like, have the download run in the AppDelegate file) so changing ViewControllers will no...
Kokoruda asked 2/1, 2011 at 18:31

2

I need to several some huge files (several gigs) from Java via FTP/HTTP. Is there a ready library (java / command line tool) to facilitate the download? Some obvious requirements are: Multi...
Padishah asked 31/10, 2009 at 16:1

© 2022 - 2024 — McMap. All rights reserved.