in recyclerView when I set on Click Listener to my viewHolders how android handles this with callbacks?
which one is correct:
- android creates listeners as much as we have items in memory
- android creates one callback and many pointers to that callback?