8

Hi, so I want to get into Android App development.
I know the basics of Java and I have already written some simple apps with Java.

However I would like to get more serious with it and now I wonder if I should directly start writing apps in Kotlin or if I should write them in Java.

Comments
  • 5
    There are currently more tutorials/docs/SO answers in Java, just because it's been around so much longer for Android, however, Kotlin is a much better language (in my opinion) so it would be good to learn. The good news is you can you them both in the same project if you want to so it honestly doesn't matter. The important thing is just to start!
  • 2
    @ryanmhoffman Kotlin compiles into Bytecode, right?
  • 2
    @404response that is correct.
  • 4
    Java, it’s not going anywhere. There’s many more resources and kotlin (for at least a few more years) will just be bonus points to employers, and yes, all jvm languages - including kotlin, compile to bytecode
  • 2
    @ryanmhoffman oops, didn’t see your response :/
  • 1
    @calmyourtities no worries, you were spot on with your answer.
  • 0
    Try Udacity courses for Android app developer. It's free and good !!!
  • 0
    Hi! Given your background with Java and your desire to get more serious about Android app development, I recommend transitioning to Kotlin. Kotlin is now the preferred language for Android development due to its concise syntax, enhanced safety features, and full interoperability with Java. It simplifies many of the tedious aspects of Java, making your code more readable and maintainable. Additionally, the Android community and Google strongly support Kotlin https://pragmaticdlt.com/insights/... which means more resources and libraries are available. For further reading on cloud app development, check out this guide.
Add Comment