How to change the background on clicked item in RecyclerView
You may come across a situation when you need to mark visually the item that the user clicked in your RecyclerView. In our user scenario we need to change the background of the item in the RecyclerView on click by the user and then when the user clicks on aRead More →