Week 2

Kotlin Fundamentals

Dive into Kotlin programming language. Learn about the development environment, data types, Boolean logic, arrays, flow control, functions, and collections.

Video Lectures

🎬
2.1 Kotlin Environment
Setting up the Kotlin development environment
Watch Video
🎬
2.2 Basic Data Types
Understanding Kotlin's basic data types
Watch Video
🎬
2.3 Boolean & Array
Working with Boolean logic and arrays
Watch Video
🎬
2.4 Flow Control
Conditional statements and loops in Kotlin
Watch Video
🎬
2.5 Functions & Collections
Defining functions and using collection types
Watch Video

Course Materials

📄
Week 2 Slides
PDF Document • Kotlin fundamentals and syntax

Source Code

💻
Week 2 Source Code
ZIP Archive • Kotlin exercises and examples