BlackBerry app larger than 14mb

大城市里の小女人 提交于 2019-12-09 03:46:29

问题


My BlackBerry app includes some html files, images, jss files. These files are gzip compressed, but the size of this gzip is 18mb. I know that the maximum size of a BlackBerry smartphone application is about 14 mb. How can I work around this limit?

I have found this support forums page: The file size limit for wireless downloads

It suggest use libraries, someone have any experience with this?


回答1:


Can you download resources from a website as they are needed? You could always cache locally after retrieving if that will help.




回答2:


If you are looking for a sample of library project usage, then you can check BB SDK on your PC. It should contain samples. For instance, my API 6.0 SDK has "browserfielddemo" project sample which uses the "commonlib" library project. So it's possible to study the implementation.



来源:https://stackoverflow.com/questions/5834042/blackberry-app-larger-than-14mb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!