i read this a few months back, but the team i’m wo...
# android
t
i read this a few months back, but the team i’m working with wants to just use kotlin extensions, which would be fine to me, but then again i also don’t like databinding (it’s a personal thing) that much either and they want to remove kotterknife -> https://www.reddit.com/r/androiddev/comments/ala9p2/why_kotlinx_synthetic_is_no_longer_a_recommended/ ….what do other teams use here? does anyone know if there is something new coming up in regards of that?
g
Android team just announced ViewBinding on IO, which is something like dumb databindings without data, just generate view accessors, also this generation is not Annotation Processing, so should be significantly faster
f
And type safe 🙂