Skip to content

i try to make a professional VideoView for Android App Development.

Notifications You must be signed in to change notification settings

kuttahaitu/MatrixVideoView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

MatrixVideoView

A smart VideoView build in java. Who support a full screen video player. and a Beautiful Ui design.

How to Use

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.

now open your layout where you want to use VideoView. and Use this code

<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" />

About

i try to make a professional VideoView for Android App Development.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages