video play in full screen android simulator
I am playing a video.3gp in an android app.But video does not fit on full screen.I am using linear l开发者_高级运维ayout Code is:
<VideoView android:id="@+id/myVideo"
android:layout_gravity="center"
android:layout_height="fill_parent"
android:fitsSystemWindows="true"
android:layout_width="fill_parent">
</VideoView>
What i am doing wrong?
Try this tutorial: http://www.hrupin.com/2011/09/19/sample-streaming-video-mediaplayer-or-how-to-stream-video-from-url-in-android
Hope it help you!
精彩评论