FileMood

Download Kotlin for Java Developers

Kotlin for Java Developers

Name

Kotlin for Java Developers

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.1 GB

Total Files

272

Last Seen

Hash

004B5DB2C9EF9D6493E28A8261EFD24861AD0D56

/1. Introduction to the Course/

1. Introduction From Tim Buchalka.mp4

68.6 MB

1. Introduction From Tim Buchalka.srt

5.4 KB

1.1 The Future of the Kotlin For Java Developers Course.html

0.1 KB

2. Introduction to the course.mp4

7.7 MB

2. Introduction to the course.srt

12.5 KB

3. JDK8 Install Windows.mp4

10.4 MB

3. JDK8 Install Windows.srt

11.3 KB

4. JDK8 Install Mac.mp4

6.8 MB

4. JDK8 Install Mac.srt

6.0 KB

5. JDK8 Install Linux.mp4

9.7 MB

5. JDK8 Install Linux.srt

7.8 KB

6. Intellij Windows Install and Configure.mp4

17.9 MB

6. Intellij Windows Install and Configure.srt

22.3 KB

7. Intellij Mac Install and Configure.mp4

24.4 MB

7. Intellij Mac Install and Configure.srt

22.5 KB

8. Intellij Linux Install and Configure.mp4

18.7 MB

8. Intellij Linux Install and Configure.srt

23.3 KB

9. IntelliJ Kotlin Settings.mp4

16.0 MB

9. IntelliJ Kotlin Settings.srt

20.0 KB

/10. Course Wrap Up/

1. Introduction to Section 10.mp4

1.8 MB

1. Introduction to Section 10.srt

1.5 KB

2. Revisit the Converted Kotlin Text Adventure.mp4

17.3 MB

2. Revisit the Converted Kotlin Text Adventure.srt

15.3 KB

2.1 Source code - Course Wrap Up - Revisit the Converted Kotlin Text Adventure.html

0.1 KB

3. Kotlin for Java Developers Wrap Up.mp4

13.5 MB

3. Kotlin for Java Developers Wrap Up.srt

3.6 KB

4. Tell Us What Content You Want Us To Add!.html

0.5 KB

/11. Extra Information - Source code, and other stuff/

1. Source code.html

18.6 KB

2. Bonus Lecture and Information.mp4

100.6 MB

2. Bonus Lecture and Information.srt

8.9 KB

2.1 Free Course and Programming Guide.pdf.pdf

9.8 MB

/2. Introduction to Kotlin/

1. Introduction to Section 2.mp4

997.7 KB

1. Introduction to Section 2.srt

0.7 KB

2. Introduction to Kotlin.mp4

7.5 MB

2. Introduction to Kotlin.srt

12.7 KB

3. The Java Text Adventure Game.mp4

27.3 MB

3. The Java Text Adventure Game.srt

25.3 KB

3.1 Source code - Introduction to Kotlin - Java Text Adventure Game.html

0.1 KB

4. The Converted Kotlin Text Adventure Game.mp4

42.6 MB

4. The Converted Kotlin Text Adventure Game.srt

38.1 KB

4.1 Source code - Introduction to Kotlin - Kotlin Text Adventure Game.html

0.1 KB

5. IDEA's Java to Kotlin Converter.mp4

8.5 MB

5. IDEA's Java to Kotlin Converter.srt

8.2 KB

/3. Basic Differences Between Kotlin and Java/

1. Introduction to Section 3.mp4

1.2 MB

1. Introduction to Section 3.srt

1.1 KB

10. Raw Strings in Kotlin.mp4

15.2 MB

10. Raw Strings in Kotlin.srt

14.6 KB

10.1 Source code - Basic Differences Between Kotlin and Java - Raw Strings.html

0.1 KB

11. The Kotlin REPL.mp4

7.9 MB

11. The Kotlin REPL.srt

7.6 KB

12. Kotlin Challenges (Round One).mp4

26.1 MB

12. Kotlin Challenges (Round One).srt

23.8 KB

12.1 Source code - Basic Differences Between Kotlin and Java - Challenges Start code.html

0.1 KB

12.1 Source code - Basic Differences Between Kotlin and Java - Challenges.html

0.1 KB

12.2 Source code - Basic Differences Between Kotlin and Java - Challenges Start code.html

0.1 KB

12.2 Source code - Basic Differences Between Kotlin and Java - Challenges.html

0.1 KB

2. Hello World from Kotlin.mp4

14.1 MB

2. Hello World from Kotlin.srt

18.4 KB

2.1 Source code - Basic Differences Between Kotlin and Java - Hello World in Kotlin.html

0.1 KB

3. The Kotlin Standard Library.mp4

10.7 MB

3. The Kotlin Standard Library.srt

8.6 KB

3.1 The Kotlin Standard Library Documentation.html

0.1 KB

4. Variable Declarations in Kotlin.mp4

19.8 MB

4. Variable Declarations in Kotlin.srt

23.9 KB

4.1 Source code - Basic Differences Between Kotlin and Java - Variable Declarations.html

0.1 KB

5. How to Create Type Aliases in Kotlin.mp4

5.8 MB

5. How to Create Type Aliases in Kotlin.srt

5.8 KB

5.1 Source code - Basic Differences Between Kotlin and Java - Type Aliases.html

0.1 KB

6. Quick Differences Between Kotlin and Java.mp4

19.6 MB

6. Quick Differences Between Kotlin and Java.srt

20.5 KB

6.1 Kotlin String Class Documentation.html

0.1 KB

6.1 Source code - Basic Differences Between Kotlin and Java - Differences Between Kotlin and Java.html

0.1 KB

6.2 Kotlin String Class Documentation.html

0.1 KB

6.2 Source code - Basic Differences Between Kotlin and Java - Differences Between Kotlin and Java.html

0.1 KB

7. How Kotlin handles equality differently from Java.mp4

24.5 MB

7. How Kotlin handles equality differently from Java.srt

24.1 KB

7.1 Source code - Basic Differences Between Kotlin and Java - Referential and Structural Equality.html

0.1 KB

8. Bit Operators and Smart Casting in Kotlin.mp4

11.3 MB

8. Bit Operators and Smart Casting in Kotlin.srt

11.1 KB

8.1 Source code - Basic Differences Between Kotlin and Java - Bit Operators and Smart Casting.html

0.1 KB

9. String Templates in Kotlin.mp4

14.0 MB

9. String Templates in Kotlin.srt

14.3 KB

9.1 Source code - Basic Differences Between Kotlin and Java - String Templates.html

0.1 KB

/4. Data Types and Null Reference Handling/

1. Introduction to Section 4.mp4

1.4 MB

1. Introduction to Section 4.srt

1.3 KB

2. The Builtin Dataypes in Kotlin.mp4

34.9 MB

2. The Builtin Dataypes in Kotlin.srt

36.4 KB

2.1 Source code - Data Types and Null Reference Handling - The Builtin Datatypes.html

0.1 KB

3. Arrays in Kotlin.mp4

41.5 MB

3. Arrays in Kotlin.srt

41.3 KB

3.1 Source code - Data Types and Null Reference Handling - Arrays.html

0.1 KB

4. Null References in Kotlin - Part One.mp4

36.7 MB

4. Null References in Kotlin - Part One.srt

38.5 KB

4.1 Source code - Data Types and Null Reference Handling - Null References Part One.html

0.1 KB

5. Null References in Kotlin - Part Two.mp4

26.0 MB

5. Null References in Kotlin - Part Two.srt

29.0 KB

5.1 Source code - Data Types and Null Reference Handling - Null References Part Two.html

0.1 KB

6. Arrays and Null References.mp4

11.4 MB

6. Arrays and Null References.srt

11.7 KB

6.1 Source code - Data Types and Null Reference Handling - Arrays and Null References.html

0.1 KB

7. Kotlin Challenges (Round Two).mp4

30.3 MB

7. Kotlin Challenges (Round Two).srt

26.6 KB

7.1 Source code - Data Types and Null Reference Handling - Challenges Start code.html

0.1 KB

7.2 Source code - Data Types and Null Reference Handling - Challenges.html

0.1 KB

/5. OO and Kotlin Classes, Functions, Inheritance/

1. Introduction to Section 5.mp4

1.4 MB

1. Introduction to Section 5.srt

1.1 KB

10. Inheritance in Kotlin - Part Two.mp4

26.3 MB

10. Inheritance in Kotlin - Part Two.srt

18.6 KB

10.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Inheritance Part Two.html

0.1 KB

11. Interfaces in Kotlin.mp4

16.0 MB

11. Interfaces in Kotlin.srt

15.0 KB

11.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Interfaces.html

0.1 KB

12. Singletons in Kotlin.mp4

10.7 MB

12. Singletons in Kotlin.srt

11.3 KB

12.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Singletons.html

0.1 KB

13. Companion Objects in Kotlin.mp4

27.6 MB

13. Companion Objects in Kotlin.srt

23.2 KB

13.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Companion Objects.html

0.1 KB

14. Anonymous Objects in Kotlin.mp4

14.1 MB

14. Anonymous Objects in Kotlin.srt

10.8 KB

14.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Object Expressions.html

0.2 KB

15. Enums in Kotlin.mp4

42.4 MB

15. Enums in Kotlin.srt

5.2 KB

15.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Enums.html

0.1 KB

16. Imports in Kotlin.mp4

31.6 MB

16. Imports in Kotlin.srt

32.5 KB

16.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Imports.html

0.1 KB

17. The Internal Access Modifier.mp4

11.4 MB

17. The Internal Access Modifier.srt

10.9 KB

17.1 Source code - OO and Kotlin Classes, Functions, Inheritance - The Internal Access Modifier.html

0.1 KB

18. Kotlin Challenges (Round Three, Part 1).mp4

39.0 MB

18. Kotlin Challenges (Round Three, Part 1).srt

37.9 KB

18.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part One Start code.html

0.1 KB

18.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part One.html

0.1 KB

18.2 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part One Start code.html

0.1 KB

18.2 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part One.html

0.1 KB

19. Kotlin Challenges (Round Three, Part 2).mp4

41.3 MB

19. Kotlin Challenges (Round Three, Part 2).srt

36.5 KB

19.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part Two Start code.html

0.1 KB

19.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part Two.html

0.1 KB

19.2 Java Tutorial on Inheritance.html

0.1 KB

19.2 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part Two.html

0.1 KB

19.3 Java Tutorial on Inheritance.html

0.1 KB

19.3 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part Two Start code.html

0.1 KB

19.3 Source code - OO and Kotlin Classes, Functions, Inheritance - Challenges, Part Two.html

0.1 KB

2. Kotlin's Access Modifiers.mp4

14.0 MB

2. Kotlin's Access Modifiers.srt

18.6 KB

2.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Access Modifiers.html

0.1 KB

3. Declaring Classes and Using Constructors in Kotlin.mp4

39.4 MB

3. Declaring Classes and Using Constructors in Kotlin.srt

40.2 KB

3.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Classes and Constructors.html

0.1 KB

3.1 The Threads Class Javadoc.html

0.1 KB

3.2 Source code - OO and Kotlin Classes, Functions, Inheritance - Classes and Constructors.html

0.1 KB

3.2 The Threads Class Javadoc.html

0.1 KB

4. Properties and Backing Fields in Kotlin.mp4

23.1 MB

4. Properties and Backing Fields in Kotlin.srt

24.9 KB

4.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Properties and Backing Fields.html

0.1 KB

5. Constants and Data Classes.mp4

22.4 MB

5. Constants and Data Classes.srt

22.8 KB

5.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Constants and Data Classes.html

0.1 KB

6. Kotlin Function Basics.mp4

38.6 MB

6. Kotlin Function Basics.srt

39.1 KB

6.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Function Basics.html

0.1 KB

7. Extension Functions.mp4

21.7 MB

7. Extension Functions.srt

21.7 KB

7.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Extension Functions.html

0.1 KB

8. Inline Functions.mp4

4.7 MB

8. Inline Functions.srt

5.6 KB

8.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Inline Functions.html

0.1 KB

9. Inheritance in Kotlin - Part One.mp4

19.7 MB

9. Inheritance in Kotlin - Part One.srt

15.3 KB

9.1 Source code - OO and Kotlin Classes, Functions, Inheritance - Inheritance Part One.html

0.1 KB

/6. Loops, and the If, When, and TryCatch Expressions/

1. Introduction to Section 6.mp4

1.2 MB

1. Introduction to Section 6.srt

1.0 KB

2. The For Loop.mp4

51.0 MB

2. The For Loop.srt

45.4 KB

2.1 Source code - Loops, and the If, When, and TryCatch Expressions - The For Loop.html

0.1 KB

3. The If Expression.mp4

17.1 MB

3. The If Expression.srt

17.5 KB

3.1 Source code - Loops, and the If, When, and TryCatch Expressions - The If Expression.html

0.1 KB

4. The When Expression.mp4

41.9 MB

4. The When Expression.srt

35.5 KB

4.1 Source code - Loops, and the If, When, and TryCatch Expressions - The When Expression.html

0.1 KB

5. The TryCatch Expression.mp4

20.7 MB

5. The TryCatch Expression.srt

23.0 KB

5.1 Source code - Loops, and the If, When, and TryCatch Expressions - The TryCatch Expression.html

0.1 KB

6. Kotlin Challenges (Round Four).mp4

40.1 MB

6. Kotlin Challenges (Round Four).srt

37.7 KB

6.1 Source code - Loops, and the If, When, and TryCatch Expressions - Challenges Start code.html

0.1 KB

6.1 Source code - Loops, and the If, When, and TryCatch Expressions - Challenges.html

0.1 KB

6.2 Source code - Loops, and the If, When, and TryCatch Expressions - Challenges Start code.html

0.1 KB

6.2 Source code - Loops, and the If, When, and TryCatch Expressions - Challenges.html

0.1 KB

/7. Lambda Expressions, Collections, and Generics/

1. Introduction to Section 7.mp4

1.7 MB

1. Introduction to Section 7.srt

1.6 KB

10. Generics in Kotlin.mp4

19.5 MB

10. Generics in Kotlin.srt

13.6 KB

10.1 Source code - Lambda Expressions, Collections, and Generics - Generics Basics.html

0.1 KB

11. Generics Functions and Erasure.mp4

42.7 MB

11. Generics Functions and Erasure.srt

27.8 KB

11.1 Source code - Lambda Expressions, Collections, and Generics - Generics Functions and Erasure.html

0.1 KB

12. Generics Reified Parameters in Kotlin.mp4

15.3 MB

12. Generics Reified Parameters in Kotlin.srt

10.7 KB

12.1 Source code - Lambda Expressions, Collections, and Generics - Generics Reified Parameters.html

0.1 KB

13. Generics Covariance.mp4

48.7 MB

13. Generics Covariance.srt

36.3 KB

13.1 Source code - Lambda Expressions, Collections, and Generics - Generics Covariance.html

0.1 KB

14. Generics Contravariance.mp4

40.5 MB

14. Generics Contravariance.srt

26.6 KB

14.1 Source code - Lambda Expressions, Collections, and Generics - Generics Contravariance.html

0.1 KB

15. Generics Use-Site Variance.mp4

19.4 MB

15. Generics Use-Site Variance.srt

13.5 KB

15.1 Source code - Lambda Expressions, Collections, and Generics - Generics Use-Site Variance.html

0.1 KB

16. Kotlin Challenges (Round Five).mp4

52.4 MB

16. Kotlin Challenges (Round Five).srt

33.4 KB

16.1 Source code - Lambda Expressions, Collections, and Generics - Challenges.html

0.1 KB

16.2 Source code - Lambda Expressions, Collections, and Generics - Challenges Start code.html

0.1 KB

2. Lambda Expression Basics.mp4

22.9 MB

2. Lambda Expression Basics.srt

23.7 KB

2.1 Source code - Lambda Expressions, Collections, and Generics - Lambda Expression Basics.html

0.1 KB

3. Lambdas With Receivers.mp4

35.6 MB

3. Lambdas With Receivers.srt

34.5 KB

3.1 Source code - Lambda Expressions, Collections, and Generics - Lambas With Receivers.html

0.1 KB

4. Lists.mp4

31.2 MB

4. Lists.srt

22.3 KB

4.1 Source code - Lambda Expressions, Collections, and Generics - Lists.html

0.1 KB

5. Kotlin Collections Functions.mp4

19.1 MB

5. Kotlin Collections Functions.srt

12.3 KB

5.1 Source code - Lambda Expressions, Collections, and Generics - Kotlin Collections Functions.html

0.1 KB

6. Maps and Destructuring Declarations.mp4

31.8 MB

6. Maps and Destructuring Declarations.srt

18.8 KB

6.1 Source code - Lambda Expressions, Collections, and Generics - Maps and Destructuring Declarations.html

0.1 KB

7. Sets in Kotlin.mp4

13.5 MB

7. Sets in Kotlin.srt

10.9 KB

7.1 Source code - Lambda Expressions, Collections, and Generics - Sets.html

0.1 KB

8. More Collections Functions in Kotlin.mp4

31.5 MB

8. More Collections Functions in Kotlin.srt

19.6 KB

8.1 Source code - Lambda Expressions, Collections, and Generics - More Collections Functions.html

0.1 KB

9. Sequences in Kotlin.mp4

28.2 MB

9. Sequences in Kotlin.srt

21.2 KB

9.1 Source code - Lambda Expressions, Collections, and Generics - Sequences.html

0.1 KB

/8. File IO/

1. Introduction to Section 8.mp4

1.3 MB

1. Introduction to Section 8.srt

1.1 KB

2. Reading Text Files.mp4

33.5 MB

2. Reading Text Files.srt

21.0 KB

2.1 kotlin.io package.html

0.1 KB

2.2 Source code - File IO - Reading Text Files.html

0.1 KB

3. Reading Binary Files and Try with Resources.mp4

12.6 MB

3. Reading Binary Files and Try with Resources.srt

14.7 KB

3.1 Source code - File IO - Reading Binary Files.html

0.1 KB

4. Walking the File Tree.mp4

10.6 MB

4. Walking the File Tree.srt

7.7 KB

4.1 Source code - File IO - Walking the File Tree.html

0.1 KB

/9. Java Interoperability/

1. Introduction to Section 9.mp4

2.4 MB

1. Introduction to Section 9.srt

3.0 KB

2. Nullability when using Java from Kotlin.mp4

26.0 MB

2. Nullability when using Java from Kotlin.srt

18.8 KB

2.1 Source code - Java Interoperability - Nullability when using Java from Kotlin.html

0.1 KB

3. More about calling Java from Kotlin.mp4

32.7 MB

3. More about calling Java from Kotlin.srt

20.6 KB

3.1 Source code - Java Interoperability - More about calling Java from Kotlin.html

0.1 KB

4. Calling Kotlin Functions from Java.mp4

29.7 MB

4. Calling Kotlin Functions from Java.srt

20.2 KB

4.1 Source code - Java Interoperability - Calling Kotlin Functions from Java.html

0.1 KB

5. Annotations when calling Kotlin from Java.mp4

33.6 MB

5. Annotations when calling Kotlin from Java.srt

22.0 KB

5.1 Source code - Java Interoperability - Annotations when calling Kotin from Java.html

0.1 KB

6. Kotlin Challenges (Round Six).mp4

46.9 MB

6. Kotlin Challenges (Round Six).srt

32.1 KB

6.1 Source code - Java Interoperability - Challenges Kotlin call Java Source code.html

0.1 KB

6.2 Source code - Java Interoperability - Challenges Java call Kotlin Start code.html

0.1 KB

6.3 Source code - Java Interoperability - Challenges Kotlin call Java Start code.html

0.1 KB

6.4 Source code - Java Interoperability - Challenges Java call Kotlin Source code.html

0.1 KB

 

Total files 272


Copyright © 2026 FileMood.com