Thursday, February 17, 2011

Re: [android-developers] Any plans to make a DownloadManager library/jar available for pre-Gingerbread support?

Just copy the networking code out of the platform source.  It has been there since 1.0.  Personally I would skip the whole content provider API that is built on top of that, since that is a lot of complexity for no benefit for something that is all running inside the app.  (Even for something for access to another app, the content provider API is questionable.)

On Thu, Feb 17, 2011 at 11:09 PM, Mark Carter <mjc1904@googlemail.com> wrote:
I would love to take advantage of the new DownloadManager introduced in Gingerbread, but since I'm aiming to keep my app cupcake-compatible, this is quite problematic.

Are there any plans to make a library available for pre-Gingerbread support? If not, are there any known technical hurdles that would prevent a library from being created (relatively painlessly) based on the Gingerbread code?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Dianne Hackborn
Android framework engineer
hackbod@android.com

Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails.  All such questions should be posted on public forums, where I and others can see and answer them.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment