tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Use other media controller #86

Closed szymanskip closed 6 years ago

szymanskip commented 6 years ago

This PR adds the ability to set different MediaController implementation instead of the default one. I used it to remove all unnecessary UI elements and implement only what I needed.