• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Big Nerd Ranch Guide: Kotlin on Android?

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Google announced first class support for kotlin on Android platform.

Kotlin made good first impression for sure. I was wondering kotlin should be picked for android development instead of java.

Any thoughts...

Thanks
 
Author
Posts: 26
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my opinion, Kotlin will become the standard for Android development within a few years. It is the future of the platform.

You should learn Kotlin if you are going to be an Android developer in a few years. That said, in my experience, the language is not the hard part for any mobile platform. The hard part to learn and understand is the framework. At this moment, I don't think there are many resources that teach you Kotlin and Android development at the same time.

Depending on your comfort level, I'd recommend a hybrid approach. Learn Android development (in Java) and also learn Kotlin at the same time. Perhaps converting what you are learning to Kotlin yourself so that you can see the differences. If you find this to be a little too much, then I would recommend learning Android in Java first and then learning Kotlin.

I posted a little bit about this here too, if it helps: https://coderanch.com/t/682525/mobile/Android-Programming-Big-Nerd-Ranch
 
kavin savvy
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Chris you are spot on.
 
reply
    Bookmark Topic Watch Topic
  • New Topic