Opleiding: Kotlin Fundamentals
Would you like to learn to program in a powerful, modern language suitable for front-end, back-end, and mobile platforms? Then choose Kotlin, one language to rule them all.
Developers with experience in programming learn Kotlin, a modern programming language. It does not matter which prior knowledge you have, as long as you know the principles of (object-oriented or functional) programming.
You will learn the fundamental properties of Kotlin, after which you immediately begin writing practical Kotlin code. You can expect to understand these concepts by seeing real-world code examples. After that, you can follow up with the training "Advanced Kotlin", which starts the following day.
- Explain the most important characteristics of Kotlin, and why it was created. [Understand]
- Produce a stand-alone Kotlin program that uses a main function, other top-level functions, top-level properties and type inference. [Apply]
- Produce code that declares and uses extension functions and properties. [Apply]
- Use vararg, infix and destructuring. [Apply]
- Construct a Kotlin application that uses classes (including data, abstract, inner and nested classes), properties, interfaces, sealed classes and a when statement. [Apply]
- Explore the purpose of objects, lamdbas and scope functions like with, let and apply by implementing the Singleton design…