how can set media play controller in layout?
when I slider the recycleview, the media play controller cannot hold in layout, how can setting it?
how can set media play controller in layout?
when I slider the recycleview, the media play controller cannot hold in layout, how can setting it?
In RecyclerView Adapter 1) Initialize the context
`
Then pass the context with parent in onCreateViewHolder
`
`
3)set the mediacontroller in BindViewHolder along with context