I think the only Kotlin specific thing for android...
# android
e
I think the only Kotlin specific thing for android is the Kotlin-android extension, which you can read more from the official website
✔️ 1
☝️ 1
d
but the syntax of how should we use widgets and various other life cycle methods in kotlin would be different
e
not much, just changing from Java syntax to kotlin syntax, which is mostly similar in terms of function invocation.
r
There is also Ktx
There is also the style guide
e
ktx is a nice addition, but starter should try to start without it, so that they can know the actual API.
d
Tysm guys😀
r
You can say the same for Kotlin android extensions lol
g
Official Android Docs and Guides now have Kotlin snippets, if you really need it. But you can take any Java sample and past it to Kotlin and IDE will convert it for you