danylovolokh / VideoPlayerManager

This is a project designed to help controlling Android MediaPlayer class. It makes it easier to use MediaPlayer ListView and RecyclerView. Also it tracks the most visible item in scrolling list. When new item in the list become the most visible, this library gives an API to track it.
3.15k stars 747 forks source link

How to change recycler view in horizontal view #56

Open shiv71 opened 7 years ago

shiv71 commented 7 years ago

Hello sir, My requirement is that play video in horizontal list view so i had change change recycler view in horizontal view by // use a linear layout manager mLayoutManager = new LinearLayoutManager(getActivity(),LinearLayoutManager.HORIZONTAL, false)

in your example then list change in horizontal view but video not playing . How can i do it to change in horizontal view. Replay please it urgent Thanks