A smart VideoView build in java. Who support a full screen video player. and a Beautiful Ui design.
1st download this repo and unzip the code then copy the file and paste in below Your project app file. after pasting the file open your app level build.gradel file and implement the project in them.
<matrixcri.in.videoview.MatrixVideoView android:id="@+id/videoView" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="center" app:matrix_video_fitXY="false" app:mv_autoRotation="true" />
<matrixcri.in.videoview.MatrixMediaController android:id="@+id/media_controller" android:layout_width="fill_parent" android:layout_height="fill_parent" app:mv_scalable="true" />