i can’t jump from current itemView to Next ItemView in recyclerView
but this within recyclerView
i have RecyclerView in kotlin project this recycler shows list of mp3 files and i want to when mp3 finish jump automatically to next itemView
I tried to use itemView.setOnFocusChangeListener { v, hasFocus ->
<code> }
</code>
<code> }
</code>
}
New contributor
learn map is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.