The media player example given in developer.android.com may be helpful for 
initial starting:

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html

Already you may also know:

1. The implementation of Media player is also available in the ApiDemos in 
the sample of SDKs.
2. To use the media player it requires to keep the video or audio file 
inside the Android sdcard
3. Command for keep video file in sdcard is something like this : in command 
prompt in windows platform: 
                                      "adb push /path/abc.3gp /sdcard"

Good day........

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to