ZExoRecyclerPlayer

Description

Android library for working with Exoplayer in RecyclerView

Getting Started

Dependencies

  • Step 1. Add the JitPack repository to your build file:

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  • Step 2. Add the dependency:

dependencies {
	        implementation 'com.github.alzoubiMohammed:ZExoRecyclerPlayer:1.0.1'
	}

License

This project is licensed under the [MIT License] License – see the LICENSE.md file for details

GitHub

View Github