
Master the char data type in Kotlin, using single quotes. Explore ascii codes and print A to Z with loops and ranges, using isLetter and isDigit for password validation.
Discover the fundamentals of object oriented programming by learning how classes describe data types like int, and how objects or instances realize those classes in code.
Explore functions with parameters by declaring names and types, passing single or multiple arguments, and printing each action step via a coffee assistant example.
Explore how Kotlin's data class copy method works, its generated parameters, and how overloading and parent-child method signatures prevent conflicts while enabling object copying with all four fields.
Explore exceptions in Kotlin by building and throwing arithmetic and number format exceptions, and master try catch blocks to gracefully handle division by zero and invalid input.
Link to the official documentation on scope functions https://kotlinlang.org/docs/scope-functions.html
Explore Kotlin map collections by deserializing a json dictionary into entry objects, using immutable and mutable maps for fast lookups, and implementing a phonebook example.
Master basics of multithreading in Kotlin and explore design patterns by moving from a single-threaded example to concurrent execution with thread, runnable, lambda, and Kotlin concurrent thread.
Dependency for the junit library:
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
Implement index bounds checks and index out-of-bounds exceptions in a Kotlin array list, and optimize element shifting with system array copy.
Interview presentation:
Show minutes and seconds in a timer, padded with zeros using String.format. Use an action listener for button clicks and simulate loading a book and author to illustrate async patterns.
Learn how to use the callback mechanism to run long operations on a background thread, keep the user interface responsive, and avoid blocking, while understanding callback hell and coroutines.
Project where we worked with collections:
Clarify inner versus nested classes in Kotlin, including anonymous inner classes and how they access outer properties. See concise examples with a display class, text field, button, and action listener.
Interview presentation:
Hello everyone, and welcome to the Complete Kotlin Course: Zero to Job-Ready!
My name is Andrey Sumin.
This course is for anyone who wants to learn Kotlin—a modern language used to build Android apps, create server-side applications, and work on multiplatform projects. It’s designed so you can start from scratch, even with no prior programming experience. Not just the basics—we’ll dive into the language’s nuances and practice hands-on, so by the end you’ll be fully prepared for a Kotlin interview. Throughout the course, you’ll complete practical assignments and projects that reinforce each topic and help you build real development skills.
I wish you success in mastering Kotlin—may you gain new knowledge and the inspiration to conquer the world of programming! See you in the course!
Why Kotlin?
Because it’s a modern language with official support from Google. Designed with lessons from dozens of other languages, Kotlin keeps the best practices and removes unnecessary complexity. Code is shorter and clearer, and writing in Kotlin is fast and convenient. Built-in null-safety and a modern concurrency model with coroutines improve application stability and safety. Plus, it’s fully compatible with Java and the JVM ecosystem, so you can leverage existing libraries and familiar tools without extra hurdles. Most importantly, Kotlin has strong prospects: active development, broad industry support, and high market demand.