posted 2 years ago
I am able to change the color of the text and background of row clicked of my recyclerview in my recyclerview.
But my problem is after clicking for example on the 2th item,the 10st item also gets selected.Likewise after clicking my 5th item the 3nd item is selected.
How do i solve this?
in fact my question is that how to change background color of recyclerview item that click on it in Kotlin?
AllChanelAdapter.kt
AllChanelHolder.kt
MainPageActivity.kt
AllChanelModel.kt
activity_main_page.xml
allchanel_singleitem.xml
please help me
thank you