https://kotlinlang.org logo
Title
s

sorianog

03/07/2019, 12:01 PM
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

Babacar Tall

03/07/2019, 2:54 PM
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

sorianog

03/08/2019, 3:16 AM
Definitely something worth exploring! I’m new to the language still!
b

Babacar Tall

03/08/2019, 10:29 AM