Blackberry - 如何从 zip 资源文件中检索图像?
我正在使用 eclipse & JDE 开发黑莓应用程序。我压缩了一个文件夹,其中包含 .jpg 和 .png 格式的图像集。请帮助我,如何从压缩文件中检索图像?
谢谢.....
I am using eclipse & JDE to develop Blackberry Application. I compressed a folder which has set of images in .jpg and .png formats. Please help me, how to retrieve images form the zipped file?
Thank you.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看不出有任何理由要压缩压缩图形格式。无论如何,效率都不会高。最好将所有图像添加到 progect img 文件夹中,并将它们用作代码中的资源:
I can't see any reason to compress compressed graphic format. Anyway it can't be efficient. It's better to add all images to progect img folder and use them as a resources from code: