如何处理Android应用程序中数千个音频资源
有没有什么好的解决方案来处理Android应用程序中的数千个音频资源(mp3格式,总共30Mb)?这些资源应该打包到与主应用程序分开的一个文件中。提前致谢!
Is there any good solution to deal with thousands of audio resources (mp3 format, 30Mb in total) in an android app? And these resource should be packed into one file that separated from the main app. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然 Android 应用程序可以通过无线方式下载,但请将数据库文件的安装作为额外的安装步骤。
在您的网站上提供一个链接,将巨大的数据库文件下载到台式计算机并将其存储在 USB 连接的 Android 设备的存储卡上。
While android app may be available to download over the air, make installation of database file as an additional installation step.
Provide a link on your web-site to download huge database file to a desktop computer and store it on memory card of an usb-connected android device.