I\'m a beginner in Android programming.
I\'m writing an application to list all video file in a folder and display information of all videos in the folder. But when
MediaPlayer mpl = MediaPlayer.create(this,R.raw.videoFile); int si = mpl.getDuration();
This will give the duration of the video file