[android-developers] Re: How to Create a Media Player

2011-03-23 Thread Nani Barai
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 i

[android-developers] Re: How to Create a Media Player

2011-03-22 Thread harsh chandel
you want to create your own media player or use the media player supported by android On Mar 23, 7:55 am, cibin wrote: > I am beginner in Android; I know only the basics...Please help me to > create a Media Player in Android -- You received this message because you are subscribed to the Google

[android-developers] Re: How to create a Media player?

2011-03-22 Thread Anay Tamhankar
Please look at the "ApiDemos" application in sample applications provided along with the android sdk. For example for API level 7, the application can be found in /samples/android-7/ApiDemos Regards, Anay On Mar 21, 10:18 am, cibin p oommen wrote: > I'm new to android and Now i got a work  to c