Video: https://www.youtube.com/watch?v=B8ei4rHAHEA
Ever wish you could just use a lambda as an onClickListener? Or change the View visibility by modifying a simple "isVisible" boolean? Or how about using a doOnLayout{} method to run a block of code after view layout?
These are just a few examples of how Android KTX extensions help solve common problems. They improve the existing Jetpack and Android platform APIs so you can consume them from Kotlin in a concise and idiomatic way.
This talk will discuss what KTX extensions are and explore the most useful extensions that you can use in your daily workflow.