Awesome Kotlin Extensions for your project

Kotlin extensions are one of my favourite kotlin features! It gives you freedom of creating new functions for some old or big classes, which you don’t really want to override. Recently I found some great article with bunch of very useful kotlin extensions which can be used in our Android projects. Let’s take a look… Czytaj dalej Awesome Kotlin Extensions for your project

Migration from synthetic binding

Oh how I loved kotlin-android-extensions and synthetic binding when it came out! I bet you liked that too. Unfortunately after some time android world realised, that this solution is not as perfect as we initially though and we need to migrate to jetpack view binding, or some other solution of your choice. While I was… Czytaj dalej Migration from synthetic binding

Opublikowano
Umieszczono w kategoriach: Uncategorized