Learn how to get started with kotlin and build solid foundation.
Without further a do, i will give you 10 reasons why you should pickup kotlin today.
Language and environment are mature.
Unlike other languages like Swift, the Kotlin release has gone through many stages before releasing the final 1.0 release.
This means that there are hardly any problems when working with Kotlin, everything works as you would expect
It makes Android development much easier.
Kotlin is simplicity mixed with power, so you have an new world of possibilities if you’re coming from Java that you couldn’t even imagine.
I honestly think it’s the only viable alternative to Java for developing great apps on Android.
It’s seamlessly integrated with Android Studio.
you can have a Kotlin project set up and ready to work in less than 10 minutes without any problems, even if you don’t know anything about Kotlin.
Its evolution is well covered.
Jetbrains is the company behind Kotlin, and they are using it themselves in their own projects, so they’re more than interested in further developing it.
It’s much safer than Java.
You can’t imagine how tired I am of NullPointerException in Java. Actually every time I see one I feel really frustrated, because it’s a major problem in the design of the language itself.
There are well-known companies that already use it in production.
Pinterest, is already using it in the new features of their Android app.
Another great example is Basecamp, where 100% of the code of their Android App is already written in Kotlin.
Trello, whose production code also includes some parts in Kotlin.
Companies are starting to ask for it on their job offers.
Businesses are starting to invest money in training their employees in Kotlin, and that can only be a good sign.
Kotlin is multi-platform.
Yeah, you’re not learning Kotlin just to write Android Apps. Kotlin was first created with JVM in mind, so it can virtually be used on any devices that can run the JVM.
It’s very easy to learn.
One of the great advantages of Kotlin is that a Java developer can understand most of the code without ever having written a line of Kotlin.
It’s so fun to use.
Java bores me more and more, because of its feature limitations, its boilerplate, errors due to its design problems…
However Kotlin opens up a new world of possibilities for you to be creative, to solve same problems in a very different way.
01 Introduction and basics of kotlin
|
|
|
|
001 Introduction
|
002 Installing kotlin
|
003 first program Variables
|
004 Types in kotlin
|
|
|
|
|
005 Comments
|
006 Control Flow Conditions
|
007 Ranges
|
008 Looping for while repeat loops
|
|
|
||
009 Functions
|
010 Closures Lambadas Higher order functions
|
02 Object Oriented Kotlin
|
|
|
|
011 Intro to OOP
|
012 Inheritance
|
013 Different type of classes
|
014 Visibility modifiers basics
|
|
|
||
015 Interfaces
|
016 Generics
|