BlackBerry app larger than 14mb

2019-03-02 22:13发布

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?

2条回答
家丑人穷心不美
2楼-- · 2019-03-02 23:01

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

查看更多
Rolldiameter
3楼-- · 2019-03-02 23:03

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.

查看更多
登录 后发表回答