Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Kotlin for Java Developers
Rating: 4.6 out of 5(664 ratings)
2,990 students

Introduction to Kotlin for Java Developers

Learn Kotlin, a modern language for the JVM (now officially supported on Android!)
Created byDmitri Nesteruk
Last updated 12/2017
English

What you'll learn

  • Solve problems in Kotlin
  • Understand Kotlin's advantages over Java
  • Effectively leverage Kotlin's null safety and mutability guarantees
  • Speed up work with collection using Kotlin's collection operationrs
  • Have fun with a new JVM language!

Course content

9 sections54 lectures4h 56m total length
  • Introduction5:34

    A brief overview of why Kotlin is so good.

  • Downloading and Installing2:03

    A little note about the options available for downloading and installing Kotlin.

  • Our First Kotlin Program3:53

    Let's set up the IDE and run our first Kotlin program.

Requirements

  • A basic knowledge of Java is beneficial

Description

This is a course on the Kotlin programming language. Kotlin is a programming language made by JetBrains which targets the JVM. Kotlin is designed to be a better Java. It is more concise, safer, has better support for functional programming and is designed to speed up everyday development tasks. Kotlin also has great tool support, since it's made by the makers of IntelliJ IDEA, the world leading IDE.

This course is designed for people already familiar with Java who are looking for a more modern, expressive and powerful language for the JVM.

In this course, you will learn about:

  • How to install and run Kotlin and why toolability matters (I use IntelliJ)

  • Type inference and how it can save you a lot of time

  • Smart control flow structures that let you write more succinctly

  • Mutability options (val and var), what they mean and how to use them

  • Nullability guarantees and how they make your code more safe

  • The power of functional literals (nested functions and lambdas)

  • Powerful built-in delegation functionality

  • How to leverage Kotlin's collection operations to process data sets efficiently

...and a lot more!

This course is completely live-demo based. All the lectures are examples of real code being edited and executed using the IntelliJ IDEA Community Edition IDE.

Update: Google has just announced official support for Kotlin on Android. Congratulations to the Kotlin team!

Who this course is for:

  • Android developers wishing to learn the latest Google-approved language
  • Java developers looking for a better programming language
  • Developers looking for interesting language design ideas