I think you can call them on an instance of View t...
# android
a
I think you can call them on an instance of View too
h
Can you call members of
kotlinx.android.synthetic
? Or do you mean call
findViewById
?
a
Synthetic
h
But I can't even get them to auto-complete
When I type any of them, Android Studio imports the
R.id.
version and crosses out the
kotlinx.android.synthetic
import
ah you use them like members of the
View
instance. Thanks!
a
Np!