I am curious about custom Adapter of RecyclerView. Does the adapter need to use setTag() and getTag()for performance? I read some articles and it points that using Tag is better because it will get data return from setTag() in getTag(). Does anyone execute the test about this ?
Asked
Active
Viewed 591 times
2
-
https://stackoverflow.com/questions/5291726/what-is-the-main-purpose-of-settag-gettag-methods-of-view – Ait Bri Jun 21 '17 at 18:41
-
This doesn't relate to my question. I am going to find out with RecyclerView – Huy Nguyen Jun 22 '17 at 07:11