is there a good resource for android that uses the...
# android
g
is there a good resource for android that uses the visual editor instead of just XML? also there seems to be a lot of tutorials out there tat still use the findID stuff that you dont have to worry about anymore in Kotlin
g
uses the visual editor instead of just XML
Do you need tutorial for UI editor? There are official docs about this https://developer.android.com/studio/write/layout-editor
a lot of tutorials out there tat still use the findID stuff that you dont have to worry about anymore in Kotlin
it’s not completely true. Of course, you can use Android Extensions that provide synthetic accessors, but not everyone use them and not everyone thinks that this is right solution. Also after all synthetic accessors is just wrapper for findViewById + caching