Saw that there was no Kotlin equivalent for the "I...
# android
s
Saw that there was no Kotlin equivalent for the "Introduction to Sceneform" Codelab so I decided to re-write it! Here is my attempt: https://github.com/sorianog/ARStickers
👍 2
b
I think this initiative is nice! 👍 What do you think about going further on the use of "Kotlin Scope Functions"? With examples of use: - apply : https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/apply.html - let: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/let.html - run : https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/run.html - ...
s
Definitely something worth exploring! I’m new to the language still!
b