is there a good, complete example on github of and...
# getting-started
g
is there a good, complete example on github of android app developed in Kotlin? Or a free tutorial to build an android app with a nice UI? Thank you!
k
It really is nearly the same as apps in Java.
a
Inside AS, you can use
Action
->
Convert File to Kotlin
https://www.jetbrains.com/help/idea/converting-a-java-file-to-kotlin-file.html
k
Please don't rely on it, the code is often not idiomatic and there can be subtle differences in behavior.
g
but why do you suggest to start from java? I think I can start a Kotlin project from scratch... or is it a bad approach? to
k
That's not what I meant, it's more that "how to develop an app in Kotlin" isn't significantly different from Java, so just follow along with a Java tutorial one.
a
btw, there is the #android channel
👍 1
g
oh... well it is supposed to be much better, isn't it? ok, anyway, I've understood what you mean. Fair enough, thanks
k
Yeah it's definitely better, but not fundamentally different.
j
You can find almost everything about kotlin here - https://kotlin.link