hi ,i am a beginner in kotlin. I have been making...
# getting-started
a
hi ,i am a beginner in kotlin. I have been making android apps gor a long time , so should i start learning kotlin from scratch (like the way i learned java first) or should i focus on the Android part of kotlin?
k
better to start with Kotlin basis or take kotlin course from udemy
👍 2
b
Try these, it will give you a quickstart https://kotlinlang.org/docs/tutorials/
💯 1
c
k
Honestly I would just keep doing Android work using Kotlin. I learned Kotlin by writing an Android app and I’ve never even written one in Java. With Android Studio, you’ll have all your tooling, file structure, and everything automatically set up. When I tried to do that with IntelliJ for a command-line Kotlin app later, I found the process confusing by comparison. Then I had to figure out which DB lib to use etc etc. Better to just do an Android app with Kotlin and already know you’re going to use XYZ for accomplishing ABC because it’s what Android provides for you already.
a
well i have started reading kotlin docs learning about the basics, thanks everyone for help!
p
Buy Kotlin in Action and work through that. It's a brilliant book. Also this is a good test based way to learn. I did it in conjunction with the above book: https://medium.com/@ramtop/have-fun-and-learn-kotlin-25daa2e366c0