Kotlin Fundamentals

Kotlin Fundamentals

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 3h 03m | 894 MB

Kotlin is an easy-to-learn, pragmatic language that has adopted the best traits of other popular languages such as Java, C#, Python, Groovy, and Scala. This video tutorial is your one stop guide to getting started with Kotlin programming, covering the basics, object-oriented features, and even functional programming in Kotlin.

You’ll take your first steps in Kotlin programming by building a simple “Hello, Kotlin” program. You’ll explore the basics such as types and syntax, and also basics of object-oriented programming such as classes and inheritance. Next, you’ll dive into Kotlin objects and functions, and see how they’re different from other programming languages. You’ll learn to organize your code and simplify your coding experience with the help of different functions and statements in Kotlin. From there, you’ll lwork with collections and streams, employ loops in your code, and filter data with the help of different collection operations.

Finally, you’ll dive into Kotlin’s functional aspects, where you’ll work with extension functions and values, model functions, and overload functions in Kotlin. By the end of this video tutorial, you’ll be well-versed with Kotlin’s fundamental features, and will be ready to begin your career as a Kotlin developer.

What You Will Learn

  • Build basic applications with Kotlin
  • Create and use custom classes for your Kotlin objects
  • Build cleaner modular code with the help of Kotlin Expression functions
  • Work with collections and different collection operations
  • Employ infix functions to make your code more readable
  • Use variable argument functions to make your code more flexible
  • Type-check your objects efficiently with Kotlin smart casts
Table of Contents

01 The Course Overview
02 Installing Build Tools and IDE
03 Hello Kotlin
04 Basic Types and Syntax
05 Organizing Code in Classes and Packages
06 Enabling Inheritance with Classes and Interfaces
07 Simplifying Your Code with Functions
08 Choosing Between Open Class and Final Class
09 Modifying Class Properties with Object Expressions and Companion Objects
10 Efficient Type Checking with Smart Casts
11 Exploring Flow Control Statements
12 Working with String Templates and Multiline Strings
13 Understanding Referential and Structural Equality
14 Defining and Accessing Collections
15 Employing Loops in Your Code
16 Passing Vararg Parameters
17 Filtering Your Data
18 Running Collection Operations – Map/Reduce/Sort
19 Working with Ranges
20 Working with Extension Functions
21 Working with Extension Properties
22 Creating Beautiful APIs Using Lambda with Receiver
23 Overloading Operators
24 Working with Generics
25 Reducing Noise with Infix Function Calls