[android-developers] How to play large size video from sdcard in android

2011-06-24 Thread naveen kumar
Hello Google Android Developer, I am trying to play large video from sdcard by android code, that is not playing,i dont want to play video from url, so please help me how to play large video in android from local folder.. In case of XCODE by using mediaplayer they able to play any type of large

Re: [android-developers] How to play large size video from sdcard in android

2011-06-24 Thread Miguel Morales
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html On Thu, Jun 23, 2011 at 11:48 PM, naveen kumar kumarnaveen.si...@gmail.comwrote: Hello Google Android Developer, I am trying to play large video from sdcard by android code,

Re: [android-developers] How to play large size video from sdcard in android

2011-06-24 Thread NaveenShrivastva
On Fri, Jun 24, 2011 at 12:44 PM, Miguel Morales therevolti...@gmail.comwrote: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html On Thu, Jun 23, 2011 at 11:48 PM, naveen kumar kumarnaveen.si...@gmail.com wrote: Hello

[android-developers] How to play large size video from sdcard in android

2011-06-22 Thread naveen kumar
Hello sir, Good evening, I am playing video from sdcard and also getting meta data for that video by this code ==video playing code== video.setVideoPath(path); video.setVisibility(1); video.canSeekBackward(); video.canSeekForward();