And IIRC, `MyViewBinding.inflate` is preferred ove...
# android
k
And IIRC,
MyViewBinding.inflate
is preferred over
ViewBinding<MyViewBinding>.inflate
because it’s clearer and removes some repetition.