Completed
Kotlin WHEN as Expression. Kotlin for Android #5.2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kotlin Tutorial for Beginners - Basics and Fundamentals for Android
Automatically move to the next video in the Classroom when playback concludes
- 1 Kotlin Programming for Android: Beginners Tutorial [ FREE COURSE ] Overview
- 2 Introduction to Kotlin Programming Language. Kotlin tutorials for Beginners
- 3 Kotlin Setup on Windows: How to Install JAVA JDK for Coding in Kotlin #1.1
- 4 Kotlin Setup for Windows: Installing INTELLIJ IDEA #1.2
- 5 Kotlin Setup for MacOSX: Install Java JDK #1.3
- 6 Kotlin Setup for MacOSX: Install INTELLIJ IDEA #1.4
- 7 Kotlin Hello World: Write your first code in Kotlin and Run it in INTELLIJ IDEA #2
- 8 Kotlin Hello World: How it works? Part-2 #2.1
- 9 Kotlin Basic Syntax Tutorial: COMMENTS Part-1 #3.1
- 10 Kotlin Variables and Data Types. Kotlin Basic Syntaxes #3.2
- 11 Kotlin Basics and Syntax: FUNCTIONS CLASS & STRING INTERPOLATION Part-3 #3.3
- 12 Kotlin Basics and Syntax: FUNCTIONS CLASS & STRING INTERPOLATION Part-4 #3.4
- 13 Kotlin REPL : Read Eval Print Loop. Kotlin Tutorial for Beginners #4.1
- 14 Kotlin Data Types: VAR vs VAL: Variables and Constants Part-1 #4.2
- 15 Kotlin Data Types: VAR vs VAL: Variables and Constants DEMO Part-2 #4.3
- 16 Kotlin String Templates: String Interpolation. Kotlin for Android #4.4
- 17 Kotlin RANGES and DOUBLE DOT Operators. Kotlin for Android. #4.5
- 18 Kotlin IF as Expression. Kotlin Tutorials for Android #5.1
- 19 Kotlin WHEN as Expression. Kotlin for Android #5.2
- 20 Kotlin LOOPS or ITERATORS and Loop Control Statements. For, While, Do-while loops in Kotlin #6.1
- 21 Kotlin FOR Loop. Kotlin Tutorial for Android #6.2
- 22 Kotlin WHILE Loop. Kotlin for Android #6.3
- 23 Kotlin DO-WHILE Loop. Kotlin Tutorial for Android #6.4
- 24 Kotlin BREAK Statements with LABELED FOR Loop. Kotlin for Android #6.5
- 25 Kotlin CONTINUE with Labeled FOR Loop. Kotlin for Android #6.6
- 26 Kotlin Functions and Methods example. Basics and Syntax. Kotlin Android Tutorial. #7.1
- 27 Kotlin Functions as Expressions. One line functions. Kotlin Android Tutorial. #7.2
- 28 Kotlin Java Interoperability: How Kotlin code is compiled & converted to a .class file #7.3
- 29 Kotlin Java Interoperability: Calling Kotlin functions from Java file and vice-versa #7.4
- 30 Kotlin Default Functions with Interoperability with @JvmOverloads #7.5
- 31 Kotlin Functions: Named Parameters #7.6
- 32 Kotlin EXTENSION FUNCTIONS with example. Kotlin Android Tutorial #7.7
- 33 Kotlin INFIX FUNCTION. Kotlin Tutorials for Beginners for Android #7.8
- 34 Kotlin TAILREC Function example. Use Recursion in Optimised way. Kotlin Android Tutorial #7.9
- 35 Kotlin Class Definition, init Block and Primary Constructor. Object Oriented Kotlin for Android #8.1
- 36 Kotlin Secondary Constructors. Kotlin Android Tutorial #8.2
- 37 Kotlin understanding INHERITANCE with Example. Object Oriented Programming in Kotlin #8.3
- 38 Kotin INHERITANCE Demo example Part:4. Kotlin Android Beginner Tutorial #8.4
- 39 Kotlin Overriding Properties and Methods during Inheritance. Kotlin Tutorials for Beginner #8.5
- 40 Kotlin Inheritance with Primary and Secondary Constructors #8.6
- 41 Kotlin Visibility Modifiers: public, protected, internal and private. Object Oriented Concepts #8.7
- 42 Kotlin Abstract class, Method and Abstract Properties. Kotlin Tutorial for Android #8.8
- 43 Kotlin INTERFACE example. Kotlin object-oriented programming for beginners #8.9
- 44 Kotlin DATA CLASS. Object Oriented Programming in Kotlin for Android #8.10
- 45 Kotlin 'object' declaration. Alternative to STATIC in Java. Kotlin Android Tutorials #8.11
- 46 Kotlin COMPANION OBJECT- Lets be static. Kotlin Programming for Android #8.12
- 47 Kotlin Enum class (with Demo Source Code)
- 48 Kotlin Sealed Class (With Demo Source code)
- 49 Kotlin Lambdas and Higher Order Functions Part - 1. Kotlin Tutorial for Beginners #9.1
- 50 Kotlin Lambdas and Higher Order Functions Part - 2. Kotlin Tutorial for Beginners #9.2
- 51 Kotlin CLOSURES. Lambdas and Higher-Order Functions. Part-3. Kotlin Tutorial #9.3
- 52 Kotlin "it" keyword in Lambda expression. Complete example tutorial. Kotlin android Tutorial #9.4
- 53 Kotlin WITH and APPLY. Lambdas and Higher-Order Function PART-5.Kotlin Tutorial #9.5
- 54 Kotlin: Introduction to Collections: Explore ARRAYS in Kotlin PART-1 #10.1
- 55 Kotlin LIST and ARRAYLIST tutorial. Mutable and Immutable Collections for Android PART-2 #10.2
- 56 Kotlin MAP and HASH MAP. Mutable and Immutable Collections example PART-3 #10.3
- 57 Kotlin SET and HASH SET. Mutable and Immutable Collections examples PART-4 #10.4
- 58 Kotlin 'filter' and 'map'. Using Lambdas for Filtering & Sorting. Collections Tutorial PART-1 #11.1
- 59 Kotlin PREDICATES: all, any, count, find. Using Lambdas in Collections PART-2 #11.2
- 60 Kotlin Null Safe Operators. Safe Call, with Let, Elvis & Non-null operator. Kotlin Tutorials #12.1
- 61 Kotlin LATEINIT Keyword. Avoid NullPointerException. Kotlin Tutorial for beginners: #12.2
- 62 Kotlin 'LAZY' delegation. LateInit vs Lazy. Kotlin Tutorials for Beginners #12.3
- 63 Backing Property in Kotlin and Android (With Demo Code in One Video)
- 64 Backing Field in Kotlin ('field' keyword within custom Getter and Setter methods)
- 65 Kotlin Scope Functions: let, apply, run, with, and also : With Differences
- 66 Kotlin Coroutines: Explore what are coroutines in kotlin. Threads vs. Coroutines
- 67 Kotlin Programming for Android: Beginners Tutorial [ COURSE SUMMARY ]
- 68 Kotlin Overview as per Google IO 2017. Is Java Dead?