通过应用内动态下载内容到应用程序
我正在尝试在应用程序内购买后将内容动态下载到我的应用程序。该内容需要解压。执行此操作以及解压缩和访问数据的最佳方法是什么?
我一直想让用户能够暂停下载。如何以编程方式执行此操作 - 暂停和恢复?
谢谢, 麦克风
I am trying to download content dynamically to my App after an In-App purchase. This content needs to be decompressed. What is the best way to do this and to uncompress and access the data?
I always want to give the user the ability to pause the download. How do you do that programmatically - the pause and resume?
Thanks,
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://code.google.com/p/ziparchive/
您可以尝试这样做在单独的线程中解压缩;当然,下载应该异步运行。
http://code.google.com/p/ziparchive/
You could try to do the uncompress in a separate thread; the download should be run asynchronously, of course.