通过应用内动态下载内容到应用程序

发布于 2024-08-27 23:03:05 字数 128 浏览 8 评论 0原文

我正在尝试在应用程序内购买后将内容动态下载到我的应用程序。该内容需要解压。执行此操作以及解压缩和访问数据的最佳方法是什么?

我一直想让用户能够暂停下载。如何以编程方式执行此操作 - 暂停和恢复?

谢谢, 麦克风

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪花飘飘的天空 2024-09-03 23:03:05

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文