I was creating a simple app which stream videos from net and I made it but now I want to change the code so that I can play video files from my SDCard
original code:
Uri vidFile = Uri.parse( Environment.getExternalStorageDirectory().getAbsolutePath()+"filename"); ...
the rest of the code will be same.