video play in full screen android simulator -
i playing video.3gp in android app.but video not fit on full screen.i using linear layout 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 doing wrong?
try tutorial: http://www.hrupin.com/2011/09/19/sample-streaming-video-mediaplayer-or-how-to-stream-video-from-url-in-android
hope you!
Comments
Post a Comment