Video description
Dive into the Kotlin ecosystem and familiarize yourself with all of its fascinating features
About This Video
Learn programming with Kotlin - the latest frontier of Android development
Practical content with live code teaches you the fundamentals of Kotlin programming
See the power of combining Kotlin and Java code, with an emphasis on Kotlin-only features
In Detail
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.
Table of contents
-
Chapter 1 : First Steps with Kotlin
- The Course Overview 00:04:05
- Installing Build Tools and IDE 00:03:48
- Hello Kotlin 00:06:12
-
Chapter 2 : Kotlin Basics
- Basic Types and Syntax 00:16:43
- Organizing Code in Classes and Packages 00:15:21
- Enabling Inheritance with Classes and Interfaces 00:07:58
- Simplifying Your Code with Functions 00:06:35
-
Chapter 3 : Working with Kotlin Objects and Functions
- Choosing Between Open Class and Final Class 00:02:30
- Modifying Class Properties with Object Expressions and Companion Objects 00:10:03
- Efficient Type Checking with Smart Casts 00:04:29
- Exploring Flow Control Statements 00:04:56
- Working with String Templates and Multiline Strings 00:03:25
- Understanding Referential and Structural Equality 00:03:41
-
Chapter 4 : Collections and Streams
- Defining and Accessing Collections 00:07:35
- Employing Loops in Your Code 00:06:26
- Passing Vararg Parameters 00:05:49
- Filtering Your Data 00:08:21
- Running Collection Operations – Map/Reduce/Sort 00:06:29
- Working with Ranges 00:06:16
-
Chapter 5 : Diving into Kotlin’s Functional Aspects
- Working with Extension Functions 00:13:35
- Working with Extension Properties 00:07:08
- Creating Beautiful APIs Using Lambda with Receiver 00:11:59
- Overloading Operators 00:07:38
- Working with Generics 00:06:34
- Reducing Noise with Infix Function Calls 00:05:54
Product information
- Title: Kotlin Fundamentals
- Author(s):
- Release date: August 2017
- Publisher(s): Packt Publishing
- ISBN: 9781788477260
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
The Joy of Kotlin
The Joy of Kotlin teaches you to write comprehensible, easy-to-maintain, safe programs with Kotlin. In this …
video
Reactive Spring Boot, 2nd Edition
6 Hours of Video Instruction Spring is the most used framework for building services and applications …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …