Brief Summary
This course dives into Kotlin, a super modern and powerful language for those who know Java. Get ready to learn about its cool features like null safety and type inference in a fun, hands-on way! Perfect for coding on the JVM and now on Android too!
Key Points
-
Kotlin is a modern programming language made for JVM.
-
It's designed to be better than Java—more concise and safer.
-
You'll learn about type inference, nullability, and functional programming.
-
The course is hands-on with real coding examples.
-
Kotlin has official support for Android development.
Learning Outcomes
-
Install and run Kotlin effectively, using IntelliJ.
-
Understand how Kotlin improves upon Java.
-
Utilize Kotlin's features like mutability and null safety in your projects.
-
Write cleaner code with smart control flow structures and functional programming.
-
Process data efficiently using Kotlin's collection operations.
About This Course
Learn Kotlin, a modern language for the JVM (now officially supported on Android!)
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!
Alexandru A.
The course was very well structured and given the lessons were presented using live coding it contains plenty of useful examples.