I have got problem with my idea on andriod app. I\'d like to play video in it, but I don\'t want to download it from interenet. In other case, I want to have it on device.
videoView = (VideoView) findViewById(R.id.videoview); videoview.setVideoPath("android.resource://" getPackageName() + "/" + R.raw.nameofvideofile); videoView.start();