Join Slack
Powered by
Just be aware the only Activities and Fragments ca...
# android
b
brianwernick
03/09/2017, 3:22 PM
Just be aware the only Activities and Fragments cache the view lookups so if you do
itemView.myView
it is calling
itemView.findViewById()
every time (as posted a few days ago
https://youtrack.jetbrains.com/issue/KT-10542
)
☝️ 2
Open in Slack
Previous
Next