Hello, I'm building an extensive Android app that will be pre-packaged on many soon to be released devices.
I have seen from the post that in general one should not use the DownloadProvider, except for the cases where the app is prepackaged on the phone. This is correct, right? I need robust downloading functionality that will allow.... - Specification of the download location - Specification of the connection type for download (i.e. WiFi only). - Restoration of downloading after connection interruption - Status of current download progress - pause/stop/resume for downloads - progressive downloading of media files to specific locations Should I avoid using the DownloadProvider for downloading media files? Are there any other downloaders available for android that already handle such downloading feats? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en