Install videos on SD at installation

edited October 2013 in Android Mode

Hi. I am developing an app, where i have to play some videos every once in a while. It works fine, i play them with APWidgets videoView.

The thing is, that i have to manualy place the Video files on the SDCARD, which is no problem for testing. However when the app is realeased it should not be that case, that users manualy put videos on their sdcard, so my question is how do i avoid that?

is there a way that i can put video files on my sdcard, during installation or something nice?

In eclipe all i have to do is to place the video files in the res folder, however i can't figure out how to do something like that in Processing, where we only have the data folder, where i can not put my video files.

Sign In or Register to comment.