Skip to content

An example of offline video player application to demonstrate YouTube's video player animations.

Notifications You must be signed in to change notification settings

ZahraHeydari/Video-Player

 
 

Repository files navigation

Video-Player

An example of offline video player application to demonstrate YouTube's video player animations.

Highlights

  • Exo player
  • Motion layout
  • Fetching videos
  • Glide for smooth scrolling
  • Swipe down to minimize video player
  • Dexter for realtime permission handling

To add ExoPlayer

implementation 'com.google.android.exoplayer:exoplayer:2.14.2'

To add Glide

implementation 'com.github.bumptech.glide:glide:4.12.0'

To add Dexter

implementation 'com.karumi:dexter:6.2.3'

Demo

videoplayerdemo.mp4

About

An example of offline video player application to demonstrate YouTube's video player animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%