Search code examples
androidfilesd-cardandroid-sdcard

Is there a way to keep video files within my app that will be installed on the sd card?


I am new to Android developing. I have lots of videos around the size of 500MB. I have been testing my app but i always transfered the videos through the usb cable and not directly through my app. Is there a way to embed these videos within my app so that they are automatically transfered to the sdcard? I just need to know if it is possible or not.


Solution

  • i don't think it is possible at all to store all your videos inside your app and make the final APK out of that.

    beacuse, Android market has a size limitation of 50MB. see here http://android-developers.blogspot.in/2010/12/android-market-client-update.html