RecyclerviewListeners
Show how to use extension function to handle recyclerView item and subItem listeners.
There are different ways to handle recyclerView item click listener, today I am going to use kotlin extension function to handle the item click listener and different listeners for sub view in the recycleView cell.
* Using Extenstion fun
- Row (item) click listener
- SubView click listener
- CompoundButton onCheckedChanged listener Code
- RadioGroup onCheckedChanged listener Code