Recycler view with OnClick Implementation with AppCompat
024365onlineservices05:52
In the Previous Post, We have create list of items with Recyclerview using appcompat.
Now, we have implemented onclick event for each list item..
Clicking on the item , shows you a small toast with data.
I have used the implementation in this project from the following link. // Implementation of onItemClick RecycleView // http://stackoverflow.com/questions/24471109/recyclerview-onclick/26196831#26196831