4

I recently started learning Android development with Java, but now I'm confused if I should learn kotlin as well. What do you guys think? Kotlin > Java?

Comments
  • 1
    @Torbuntu But don't you think job recruiters in the future would want android developers to know kotlin by default?
  • 2
    If you're familiar with Java already, you should give Kotlin a try. I was also spectical of the language before, but now I use Kotlin more than Java in my Android Projects. It's just much less frustrating and more stable. (In the sense that I can use Java whenever I want, or that I have actually control over if something is null or not.) Immutablity seemed pushy at first, but I see the point now. It's awesome really!
    Also, Lambda are kinda like Java, but much easier to work with.
    @Torbuntu is right, when you know a couple languages already, It's all just Syntax to you,familiar, easy, pretty syntax!
  • 3
    @doomsday Thank you so much. This gives me a better perspective! :)
  • 2
    I'm a java developer, I tried kotlin and thought it was pretty rad.
Add Comment