hi guys, is there someone developing apps with Kot...
# android
s
hi guys, is there someone developing apps with Kotlin? can you recommend me something to read to have a good start? 🙂
t
Hello, I currently am developing an app with Kotlin for learning purposes 🙂 (if you want to check it out: https://github.com/trubesv/Kotlist) I started by reading this: https://antonioleiva.com/kotlin/ And also this: https://jaxenter.com/kotlin-cheat-sheet-tips-tricks-136716.html And many more other articles you'll discover along the way! Don't forget to check the official documentation 😉
s
@trubesv thanks a lot!
t
You're very welcome, don't hesitate to DM me if you have any questions, I'll be glad to help as I've been helped I'm also a beginner in Kotlin :)
e
I think you can start by following Google's android development guide, which now the code snippet also uses Kotlin. If you already know how to develop android apps, using kotlin is just the same as using kotlin, but some kotlin language feature can come in handy.