How to change Recyclerview background with click in Android

Advertisements In my application I want used RecyclerView and I want when click on Items, change background. I want first show default item for selected and when user change this default item, change background and deselected this default item. My Code : class StateAdapter constructor() : RecyclerView.Adapter<StateAdapter.ViewHolder>() { private lateinit var binding: ItemSimpleTxtBinding private lateinit… Read More How to change Recyclerview background with click in Android