<@U12HXPV3L>: calling `view.findViewById` usually ...
# android
k
@minivac: calling
view.findViewById
usually happens in
onCreateView
or later, which is perfectly safe since those would guarantee the fields are always referencing the correct components. A lazy instantiated field however is only assigned once