What you'll learn
Introduction
Starting up with Kotlin
Nullability, Functional Programming
Properties, OOP, Conventions
Sequences, Lambdas with Receiver, Types
Description
The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is concise, safe, pragmatic, and focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side development, Android apps, and much more. Kotlin is 100% compatible with all existing Java frameworks, and has good tooling support. It’s a pragmatic language with a very low learning curve, and can be quickly grasped by Java developers. Kotlin code might be compiled not only to JVM bytecode but to JavaScript and Native code as well, but this course is focused on Kotlin/JVM.
This course aims to share with you the power and the beauty of Kotlin. We’ll have a basic overview of the language, as well as a discussion of many corner cases, especially concerning Java interoperability. The course is based on your Java experience; it shows the similarities between the two languages and focuses on what’s going to be different. Note that this course won’t cover the programming fundamentals. We’ll discuss: basic syntax, nullability, functional programming with Kotlin, object-oriented programming with Kotlin, the power of the Kotlin standard library, and Java interoperability.
Requirements
Access to a computer or mobile device with an internet connection.
Motivation to learn!
There are no special materials or prerequisite knowledge required for this course.
Who this course is for
Students who are already familiar with this field
Students willing to put in a couple hours to learn about Kotlin for Java Developers
Advanced students wanting to add another skill to their portfolio
Content Creator
Svetlana Isakova – Developer Advocate – Kotlin
Andrey Breslav – Kotlin Project Lead – Kotlin
This course includes
Participation Confirmation/Certificate
Option for learning at your own pace
Videos and reading material about the course
Practice tests
Assessed tasks with feedback from other course participants
Evaluated tests with feedback
Evaluated programming tasks