I want to use videos in my android application. There are 800 videos (total size 250MB), so how will I use them in android application?
Same with images 3000 ima开发者_JAVA技巧ges (50-60 MB)
What will I have to do if I want to use images and videos with total size as mentioned above?
- If you need to have them on the device, you'll have to download them to the SDcard.
- Another option would be streaming them from the web.
The question is which user would download almost 300MB of media files for one application? The maximum file-size for the Android Market is 50MB. Your App will need to download them to the SDcard (like "Need for Speed").
Another thing would be compressing them, but that would depend on what you want to do with the files.
精彩评论