geeksweep
11/28/2018, 7:46 PMgildor
11/29/2018, 3:20 AMuses the visual editor instead of just XMLDo 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 Kotlinit’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