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?
Can you download resources from a website as they are needed? You could always cache locally after retrieving if that will help.
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.