I want to design a blackberry application that plays videos.
In the latest JDK, it has a media player which I can use to play videos. However, after ~6MB of videos have been added to the application it seems to crash as the COD files can't support that much data.
What can I do? Is there a limitation on the size of an application on the blackberry device?
In the 5.0 JDK, they also support SQlite. I was thinking maybe I can store the videos there but I'm not sure if it's feasible or would the app store allow it?
I've got about 100MB of videos I want to add. I have a similar app on the iPhone without a problem.