| #1 Kotlin Overview as per Google IO 2017. Is Java Dead?FREE Video | 05:56 min | |
|
| #1.1 Kotlin Setup on Windows: How to Install JAVA JDK for Coding in KotlinFREE Video | 05:20 min | |
|
| #1.2 Kotlin Setup: Installing INTELLIJ IDEA for WindowsFREE Video | 02:51 min | |
|
| #1.3 Kotlin Setup: Install Java JDK on MacOSXFREE Video | 03:48 min | |
|
| #1.4 Kotlin Setup: Install INTELLIJ IDEA for MacOSXFREE Video | 02:39 min | |
|
| #2 Kotlin Hello World: Write your first code in Kotlin and Run it in INTELLIJ IDEAFREE Video | 10:03 min | |
|
| #2.1 Kotlin Hello World: How it works? Part-2FREE Video | 09:01 min | |
|
| #3.1 Kotlin Basic Syntax Tutorial: COMMENTS Part-1FREE Video | 01:58 min | |
|
| #3.2 Kotlin Basic Syntax: Variables and Data TypesFREE Video | 03:20 min | |
|
| #3.3 Kotlin Basics and Syntax: FUNCTIONS CLASS & STRING INTERPOLATION Part-3FREE Video | 07:54 min | |
|
| #3.4 Kotlin Basics and Syntax: FUNCTIONS CLASS & STRING INTERPOLATION Part-4FREE Video | 04:17 min | |
|
| #4.1 Kotlin Tutorial for Beginners: REPL : Read Eval Print LoopFREE Video | 06:08 min | |
|
| #4.2 Kotlin Data Types: VAR vs VAL: Variables and Constants Part-1FREE Video | 06:16 min | |
|
| #4.3 Kotlin Data Types: VAR vs VAL: Variables and Constants DEMO Part-2FREE Video | 04:40 min | |
|
| #4.4 Kotlin String Templates: InterpolationFREE Video | 07:02 min | |
|
| #4.5 Kotlin RANGES and DOUBLE DOT OperatorsFREE Video | 05:33 min | |
|
| #5.1 Kotlin Tutorials for Android: IF as ExpressionFREE Video | 03:42 min | |
|
| #5.2 Kotlin for Android: WHEN as ExpressionFREE Video | 08:17 min | |
|
| #6.1 LOOPS or ITERATORS and Loop Control StatementsFREE Video | 03:15 min | |
|
| #6.2 Kotlin Tutorial for Android: FOR LoopFREE Video | 04:41 min | |
|
| #6.3 Kotlin for Android: WHILE LoopFREE Video | 04:18 min | |
|
| #6.4 Kotlin Tutorial for Android: DO WHILE LoopFREE Video | 04:18 min | |
|
| #6.5 Kotlin Android: BREAK Statements with LABELED FOR LoopFREE Video | 04:30 min | |
|
| #6.6 Kotlin Android: CONTINUE with Labeled FOR LoopFREE Video | 04:48 min | |
|
| #7.1 Kotlin Functions Basics and SyntaxFREE Video | 06:34 min | |
|
| #7.2 Kotlin Functions as ExpressionsFREE Video | 05:40 min | |
|
| #7.3 Interoperability: How Kotlin code is compiled and Converted to a Class File as that of JavaFREE Video | 05:12 min | |
|
| #7.4 Interoperability: Calling Kotlin functions from Java file and vice-versaFREE Video | 09:55 min | |
|
| #7.5 Kotlin Default Functions with Interoperability with @JvmOverloadsFREE Video | 06:36 min | |
|
| #7.6 Kotlin Functions: Named ParametersFREE Video | 03:44 min | |
|
| #7.7 Kotlin Android Tutorial: EXTENSION FUNCTIONS with demoFREE Video | 11:37 min | |
|
| #7.8 Kotlin Tutorials for Beginners: INFIX FUNCTIONFREE Video | 04:13 min | |
|
| #7.9 Kotlin Tutorial: TAILREC Function - Use Recursion in Optimised wayFREE Video | 06:49 min | |
|
| #8.1 Kotlin Object Oriented: Class Definition; init Block and Primary ConstructorFREE Video | 10:26 min | |
|
| #8.2 Kotlin Android Tutorial: Secondary ConstructorsFREE Video | 07:02 min | |
|
| #8.3 Kotlin Object Oriented Programming: INHERITANCE ExplanationFREE Video | 07:35 min | |
|
| #8.4 Kotin Beginner Tutorial: INHERITANCE Demo Part:4FREE Video | 06:18 min | |
|
| #8.5 Kotlin Tutorials for Beginner: Overriding Properties and Methods during InheritanceFREE Video | 09:30 min | |
|
| #8.6 Kotlin Inheritance with Primary and Secondary ConstructorsFREE Video | 10:18 min | |
|
| #8.7 Kotlin Object Oriented Concepts: Visibility Modifiers - public; protected; internal and privateFREE Video | 08:42 min | |
|
| #8.8 Kotlin Tutorial: Abstract class; Method and Abstract PropertiesFREE Video | 11:40 min | |
|
| #8.9 Kotlin Programming for beginners: INTERFACEFREE Video | 15:50 min | |
|
| #8.10 Kotlin Object Oriented Programming: DATA CLASSESFREE Video | 07:07 min | |
|
| #8.11 Kotlin Tutorials: 'object' declaration - Alternative to STATIC in JavaFREE Video | 10:29 min | |
|
| #8.12 Kotlin Programming for Android: COMPANION OBJECT- Let's be staticFREE Video | 03:18 min | |
|
| #9.1 Kotlin Tutorial for Beginners: Lambdas and High Level Functions Part - 1FREE Video | 16:47 min | |
|
| #9.2 Kotlin Tutorial for Beginners: Lambdas and High Level Functions Part - 2FREE Video | 11:54 min | |
|
| #9.3 Kotlin for Android Tutorial: CLOSURES. Lambdas and High Level Functions Part-3FREE Video | 04:01 min | |
|
| #9.4 Kotlin Tutorial: "it" Implicit name for Single Parameter in Lambdas. PART-4FREE Video | 04:39 min | |
|
| #9.5 Kotlin Tutorial for Android: WITH and APPLY. Lambdas and High Level Func PART-5FREE Video | 03:53 min | |
|
| #10.1 Kotlin Android Tutorials: Collections Introduction and ARRAYS in Kotlin PART-1FREE Video | 10:11 min | |
|
| #10.2 Kotlin Android Tutorial: LIST and ARRAYLIST Mutable and Immutable Collections PART-2FREE Video | 10:08 min | |
|
| #10.3 Kotlin Android Tutorial: MAP and HASH MAP Mutable and Immutable Collections PART-3FREE Video | 08:57 min | |
|
| #10.4 Kotlin Android Tutorial: SET and HASH SET Mutable and Immutable Collections PART-4FREE Video | 06:45 min | |
|
| #11.1 Kotlin Tutorial: "filter" and "map" Using Lambdas for Filtering and Sorting Collections PART-1FREE Video | 12:53 min | |
|
| #11.2 Kotlin Tutorials: PREDICATES: all; any; count; find. Using Lambdas in Collections PART-2FREE Video | 08:52 min | |
|