Overview
Kotlin is a programming language developed by JetBrains Inc for modern multiplatform applications.
Kotlin is focused on increasing developer’s productivity and be interoperable with Java language.
It can be used almost everywhere Java language is used, i.e. android apps, server-side and etc.
Kotlin code can also be compiled to JavaScript and even to iOS native code.
This course mostly focused in providing skills and knowledge to work with
Java language and covers most of the language features that are listed in course outline.
Topics Covered → Kotlin Programming Language → Gradle → Git Version Control
Price: $1000 CAD Prerequisite: Core Java Duration: 12 Weeks Schedule: To enroll to this course, Please send us an email to contact@sanrus.ca
1) Introduction to Kotlin Programming Language
Introduction to language
Compiling and running Kotlin code on command line/terminal
Kotlin with Gradle & Maven
Kotlin with Java in a project
2)Kotlin Basics
Data Types, Val and Var
Using Ranges
Control Statements (if-else, for loops, switch)
When expression
How Kotlin handles null values
Strings
3)Object Oriented Programming in Kotlin
Writing Classes and Methods/Functions
Defining functions: Single expression and Member functions