Filename Size Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/1. Introduction.mp4 23.3 MB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/1. Introduction.vtt 3.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/2. Prerequisities.mp4 3.1 MB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/2. Prerequisities.vtt 1.4 KB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/3. Exercise Files.mp4 4.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/3. Exercise Files.vtt 2.6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/4. What is Kotlin.mp4 3.1 MB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/4. What is Kotlin.vtt 1.9 KB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/5. Downloading IntelliJ IDE.mp4 15.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/5. Downloading IntelliJ IDE.vtt 1.9 KB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/6. Creating Your First Kotlin App.mp4 32.7 MB Hello Kotlin - The Complete Guide to the Kotlin Language/1. Welcome/6. Creating Your First Kotlin App.vtt 4.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/10. Lambdas/1. Understanding Lambdas.mp4 126.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/10. Lambdas/1. Understanding Lambdas.vtt 11.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/10. Lambdas/2. Variable Scope in Lambdas.mp4 54.4 MB Hello Kotlin - The Complete Guide to the Kotlin Language/10. Lambdas/2. Variable Scope in Lambdas.vtt 4.6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/11. Classes/1. Creating Classes.mp4 61.4 MB Hello Kotlin - The Complete Guide to the Kotlin Language/11. Classes/1. Creating Classes.vtt 5.6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/11. Classes/2. Data Classes.mp4 53.7 MB Hello Kotlin - The Complete Guide to the Kotlin Language/11. Classes/2. Data Classes.vtt 5 KB Hello Kotlin - The Complete Guide to the Kotlin Language/11. Classes/3. Exercise - Shopping List and Grocery Items.mp4 106.8 MB Hello Kotlin - The Complete Guide to the Kotlin Language/11. Classes/3. Exercise - Shopping List and Grocery Items.vtt 10.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/12. Objects/1. Singletons.mp4 41.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/12. Objects/1. Singletons.vtt 4.3 KB Hello Kotlin - The Complete Guide to the Kotlin Language/12. Objects/2. Companion Objects.mp4 68 MB Hello Kotlin - The Complete Guide to the Kotlin Language/12. Objects/2. Companion Objects.vtt 6.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/12. Objects/3. Exercise - Building a URL Singleton Object.mp4 23.4 MB Hello Kotlin - The Complete Guide to the Kotlin Language/12. Objects/3. Exercise - Building a URL Singleton Object.vtt 2.4 KB Hello Kotlin - The Complete Guide to the Kotlin Language/13. Properties/1. Custom Accessors.mp4 64 MB Hello Kotlin - The Complete Guide to the Kotlin Language/13. Properties/1. Custom Accessors.vtt 5.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/13. Properties/2. Delegated Properties.mp4 43.2 MB Hello Kotlin - The Complete Guide to the Kotlin Language/13. Properties/2. Delegated Properties.vtt 4.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/13. Properties/3. Lazy Properties.mp4 35.8 MB Hello Kotlin - The Complete Guide to the Kotlin Language/2. Expressions, Variables and Constants/1. Constants.mp4 16 MB Hello Kotlin - The Complete Guide to the Kotlin Language/2. Expressions, Variables and Constants/1. Constants.vtt 2.2 KB Hello Kotlin - The Complete Guide to the Kotlin Language/2. Expressions, Variables and Constants/2. Variables.mp4 24 MB Hello Kotlin - The Complete Guide to the Kotlin Language/2. Expressions, Variables and Constants/2. Variables.vtt 2.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/3. Types and Operations/1. Type Conversion.mp4 47.7 MB Hello Kotlin - The Complete Guide to the Kotlin Language/3. Types and Operations/1. Type Conversion.vtt 4.3 KB Hello Kotlin - The Complete Guide to the Kotlin Language/3. Types and Operations/2. Strings.mp4 50.8 MB Hello Kotlin - The Complete Guide to the Kotlin Language/3. Types and Operations/2. Strings.vtt 4.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/3. Types and Operations/3. Pairs and Triples.mp4 57.4 MB Hello Kotlin - The Complete Guide to the Kotlin Language/3. Types and Operations/3. Pairs and Triples.vtt 6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/1. If Else.mp4 29.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/1. If Else.vtt 3.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/2. While Loops.mp4 32.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/2. While Loops.vtt 4.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/3. Exercise - Factorial using While Loop.mp4 34.3 MB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/3. Exercise - Factorial using While Loop.vtt 3.8 KB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/4. Exercise - FizzBuzz Using If-Else Conditions.mp4 55.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/4. Basic Control Flow/4. Exercise - FizzBuzz Using If-Else Conditions.vtt 5.2 KB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/1. Ranges.mp4 37.4 MB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/1. Ranges.vtt 3.8 KB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/2. For Loop.mp4 22.1 MB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/2. For Loop.vtt 2.5 KB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/3. When Expression.mp4 60.6 MB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/3. When Expression.vtt 6.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/4. Exercise - Factorial Using For Loop.mp4 29.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/4. Exercise - Factorial Using For Loop.vtt 3.4 KB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/5. Exercise - FizzBuzz Using When Expression.mp4 25.6 MB Hello Kotlin - The Complete Guide to the Kotlin Language/5. Advanced Control Flow/5. Exercise - FizzBuzz Using When Expression.vtt 2.6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/1. Function Basics.mp4 103.7 MB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/1. Function Basics.vtt 10.3 KB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/2. Functions as Variables.mp4 87.3 MB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/2. Functions as Variables.vtt 7.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/3. Exercise - Is Prime or Not.mp4 69.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/3. Exercise - Is Prime or Not.vtt 7.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/4. Exercise - Even or Odd.mp4 19.6 MB Hello Kotlin - The Complete Guide to the Kotlin Language/6. Functions/4. Exercise - Even or Odd.vtt 2.2 KB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/1. Introducing null.mp4 49.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/1. Introducing null.vtt 6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/2. Checking for null.mp4 33.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/2. Checking for null.vtt 4.5 KB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/3. Smart casts.mp4 31.5 MB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/3. Smart casts.vtt 4.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/4. Safe calls.mp4 35.3 MB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/4. Safe calls.vtt 4.6 KB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/5. Elvis Operator.mp4 21.8 MB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/5. Elvis Operator.vtt 3 KB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/6. Exercise - Divide If Whole.mp4 33.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/7. Nullability/6. Exercise - Divide If Whole.vtt 4.3 KB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/1. Creating Arrays.mp4 45.3 MB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/1. Creating Arrays.vtt 4.1 KB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/2. Creating Lists.mp4 80.9 MB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/2. Creating Lists.vtt 7.5 KB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/3. Exercise - Searching for Item in an Lists.mp4 60 MB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/3. Exercise - Searching for Item in an Lists.vtt 5.2 KB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/4. Exercise - Sorting List in Ascending and Descending Order.mp4 70.2 MB Hello Kotlin - The Complete Guide to the Kotlin Language/8. Arrays & Lists/4. Exercise - Sorting List in Ascending and Descending Order.vtt 6.5 KB Hello Kotlin - The Complete Guide to the Kotlin Language/9. Maps and Sets/1. Creating Maps.mp4 60.1 MB Hello Kotlin - The Complete Guide to the Kotlin Language/9. Maps and Sets/1. Creating Maps.vtt 6.7 KB Hello Kotlin - The Complete Guide to the Kotlin Language/9. Maps and Sets/2. Creating Sets.mp4 37 MB Hello Kotlin - The Complete Guide to the Kotlin Language/9. Maps and Sets/2. Creating Sets.vtt 4.2 KB Hello Kotlin - The Complete Guide to the Kotlin Language/9. Maps and Sets/3. Exercise - Removing Duplicates.mp4 23.1 MB Hello Kotlin - The Complete Guide to the Kotlin Language/9. Maps and Sets/3. Exercise - Removing Duplicates.vtt 2.3 KB Hello Kotlin - The Complete Guide to the Kotlin Language/ReadMe.txt 428 B