Completed
Val vs Bar
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kotlin for Java Programmers
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Ice Cream
- 3 Kotlin Basics
- 4 Setting up the sample jar
- 5 Using Ripple
- 6 Running Scripts
- 7 Language Features
- 8 Warnings
- 9 Type Inference
- 10 Type Inference Example
- 11 Val vs Bar
- 12 String Templates
- 13 Multiline Strings
- 14 Expressions vs Statements
- 15 Functions
- 16 Unit methods
- 17 Default arguments
- 18 Named arguments
- 19 Variable number arguments
- 20 Spread operator
- 21 Looping
- 22 Print Input
- 23 Input String
- 24 Null Type
- 25 Nullable Type
- 26 Functional Style
- 27 Static Methods
- 28 Data Classes
- 29 Infix operation