ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Follow publication

Make Android View Binding great with Kotlin

Kirill Rozov
ProAndroidDev
Published in
2 min readMay 3, 2020

View Binding: default way

Kotlin Delegated Property

Something went wrong …

Published in ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Responses (15)

Write a response

could you explain about making a viewBinding delegate call like that but usibng activities (AppCompatActivity) ???

--

Hi, nice article.
I wanted to try this out but I’m not clear what the implementation of
DefaultViewBinder and ViewBinder is?
Can you share that as well, please?

--