I'm writing an application that contains a lot of videos (~ 600 Mb).
Obviously, this is too much to store in the device's application space
and these videos need to be stored on the device's sdcard.  However,
I'm trying to decide what is the best way to do this.

I could put the videos on a web server and let the user download them
as he views them or in the background as he's watching other videos.
But ideally I'd like for the videos to be included in the application
download from the market.  I'm not even sure if that's possible.

One option would be to store the entire application on the sdcard,
videos and all, but that would make the application only work on
Android 2.2 and higher.

Is there a way to specify resources in your Android project that will
not be stored in the application space but instead stored on the
sdcard?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to