开发者

What is the maximum application filesize for Blackberry App World

开发者 https://www.devze.com 2022-12-18 00:20 出处:网络
We are planing to program an application for Blackberry and wondering if there is a maximum App size.

We are planing to program an application for Blackberry and wondering if there is a maximum App size. Sear开发者_如何学JAVAching the App World there were just very small Apps. Our App will have hundreds of Images and Audiofiles. It will have about 40 to 50 MB. Is this possible for Blackberry?

thx for your answers!


It is possible -- but not practical. First consider that many people install an app OTA (over the air) and even on a fast 3G connection it's going to take a LONG time to download 40-50MB. Another factor is limited memory on devices. Applications have to be stored and run from the on-device flash memory, which is quite limited (32MB on older devices, 64MB or 128MB on newer devices). Apps, emails, contacts, etc. all take up space on the main memory so this space is at a premium. Basically even if people DO have enough space on their device to accomodate an app that size, chances are unless it's a really killer app they're not going to install it due to the size.

One alternative to bundling your resources with your app is to load them dynamically at runtime as they are needed. Host them on a webserver somewhere, and load them over the network from the app as needed. If the user has an SD card installed, you could cache data there since they typically have much more space than the onboard memory.


The previous answer doesn't quote any sources. According to this official BB document, the maximum size is on the order of 14MB. If you want more, you must download it to the SD card after it's installed.

http://supportforums.blackberry.com/t5/Testing-and-Deployment/The-maximum-size-of-a-BlackBerry-7-or-earlier-smartphone/ta-p/1300209

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号