
RecyclerView is the more flexible than ListView. Now we all use RecyclerView. But In the RecyclerVIew there is a problem that it's not come with the listener. So we can not handle click event easily. I already post a method to handle click event click here.
Here are an another methods to handle click event.
Note: In this post, I just show only some methods where you have to change not full...