TorBT - Torrents and Magnet Links Search Engine

Lynda Kotlin Essential Training

File Name
Size
8.7. Create an Inheritance Hierarchy/47.Inheritance and the Any class.mp4
24 MB
1.Introduction/01.Welcome.mp4
5.1 MB
1.Introduction/02.What you should know.en.srt
2.7 kB
1.Introduction/02.What you should know.mp4
2.5 MB
1.Introduction/03.How to use the exercise files.en.srt
5.0 kB
1.Introduction/03.How to use the exercise files.mp4
7.4 MB
2.1. Set Up the Development Environment/04.Install required software.en.srt
3.7 kB
2.1. Set Up the Development Environment/04.Install required software.mp4
6.3 MB
2.1. Set Up the Development Environment/05.Configure IntelliJ IDEA.en.srt
5.1 kB
2.1. Set Up the Development Environment/05.Configure IntelliJ IDEA.mp4
6.7 MB
2.1. Set Up the Development Environment/06.Create your first Kotlin project.en.srt
6.2 kB
2.1. Set Up the Development Environment/06.Create your first Kotlin project.mp4
9.1 MB
2.1. Set Up the Development Environment/07.Check out the exercise files from GitHub.en.srt
6.5 kB
2.1. Set Up the Development Environment/07.Check out the exercise files from GitHub.mp4
9.5 MB
2.1. Set Up the Development Environment/08.Use command-line arguments.en.srt
5.2 kB
2.1. Set Up the Development Environment/08.Use command-line arguments.mp4
8.4 MB
2.1. Set Up the Development Environment/09.Use the API documentation.en.srt
5.0 kB
2.1. Set Up the Development Environment/09.Use the API documentation.mp4
8.6 MB
2.1. Set Up the Development Environment/10.Test your knowledge with Kotlin Koans.en.srt
4.1 kB
2.1. Set Up the Development Environment/10.Test your knowledge with Kotlin Koans.mp4
7.0 MB
3.2. Get Started/11.The philosophy of Kotlin.en.srt
9.4 kB
3.2. Get Started/11.The philosophy of Kotlin.mp4
8.0 MB
3.2. Get Started/12.How Kotlin_JVM compiles to bytecode.en.srt
6.7 kB
3.2. Get Started/12.How Kotlin_JVM compiles to bytecode.mp4
6.5 MB
3.2. Get Started/13.Kotlin coding conventions and vocabulary.en.srt
7.8 kB
3.2. Get Started/13.Kotlin coding conventions and vocabulary.mp4
7.1 MB
3.2. Get Started/14.Kotlin keywords.en.srt
3.6 kB
3.2. Get Started/14.Kotlin keywords.mp4
3.0 MB
4.3. Work with Variables/15.Declare and reference simple variables.en.srt
7.6 kB
4.3. Work with Variables/15.Declare and reference simple variables.mp4
13 MB
4.3. Work with Variables/16.Data types and literal expressions.en.srt
7.7 kB
4.3. Work with Variables/16.Data types and literal expressions.mp4
6.3 MB
4.3. Work with Variables/17.Convert numeric and string types.en.srt
5.5 kB
4.3. Work with Variables/17.Convert numeric and string types.mp4
10 MB
4.3. Work with Variables/18.Compare numeric values.en.srt
7.4 kB
4.3. Work with Variables/18.Compare numeric values.mp4
13 MB
4.3. Work with Variables/19.Do math with operators and functions.en.srt
7.8 kB
4.3. Work with Variables/19.Do math with operators and functions.mp4
14 MB
4.3. Work with Variables/20.Use functions from kotlin.math.en.srt
7.5 kB
4.3. Work with Variables/20.Use functions from kotlin.math.mp4
13 MB
4.3. Work with Variables/21.Work with string values.en.srt
10 kB
4.3. Work with Variables/21.Work with string values.mp4
19 MB
4.3. Work with Variables/22.Build a string.en.srt
3.8 kB
4.3. Work with Variables/22.Build a string.mp4
5.6 MB
4.3. Work with Variables/23.Define constants in a companion object.en.srt
9.4 kB
4.3. Work with Variables/23.Define constants in a companion object.mp4
16 MB
5.4. Manage Program Flow/24.Define reusable code in functions.en.srt
9.9 kB
5.4. Manage Program Flow/24.Define reusable code in functions.mp4
20 MB
5.4. Manage Program Flow/25.Evaluate conditions with if and else.en.srt
5.0 kB
5.4. Manage Program Flow/25.Evaluate conditions with if and else.mp4
7.9 MB
5.4. Manage Program Flow/26.Evaluate multiple values with when.en.srt
8.2 kB
5.4. Manage Program Flow/26.Evaluate multiple values with when.mp4
16 MB
5.4. Manage Program Flow/27.Manage null values.en.srt
10 kB
5.4. Manage Program Flow/27.Manage null values.mp4
18 MB
5.4. Manage Program Flow/28.Iterate through collections of data.en.srt
7.3 kB
5.4. Manage Program Flow/28.Iterate through collections of data.mp4
14 MB
5.4. Manage Program Flow/29.Iterate with conditional expressions.en.srt
5.4 kB
5.4. Manage Program Flow/29.Iterate with conditional expressions.mp4
9.7 MB
5.4. Manage Program Flow/30.Handle exceptions with try and catch.en.srt
9.6 kB
5.4. Manage Program Flow/30.Handle exceptions with try and catch.mp4
16 MB
5.4. Manage Program Flow/31.Challenge - Create a simple calculator.en.srt
3.6 kB
5.4. Manage Program Flow/31.Challenge - Create a simple calculator.mp4
5.1 MB
5.4. Manage Program Flow/32.Solution - Create a simple calculator.en.srt
3.7 kB
5.4. Manage Program Flow/32.Solution - Create a simple calculator.mp4
6.2 MB
6.5. Create Custom Classes/33.Create a library of functions.en.srt
6.7 kB
6.5. Create Custom Classes/33.Create a library of functions.mp4
12 MB
6.5. Create Custom Classes/34.Create a class with instance members.en.srt
7.9 kB
6.5. Create Custom Classes/34.Create a class with instance members.mp4
14 MB
6.5. Create Custom Classes/35.Manage value lists with enums.en.srt
7.2 kB
6.5. Create Custom Classes/35.Manage value lists with enums.mp4
12 MB
6.5. Create Custom Classes/36.Declare and use a data class.en.srt
6.6 kB
6.5. Create Custom Classes/36.Declare and use a data class.mp4
11 MB
6.5. Create Custom Classes/37.Use primary and secondary constructors.en.srt
8.3 kB
6.5. Create Custom Classes/37.Use primary and secondary constructors.mp4
13 MB
6.5. Create Custom Classes/38.Use explicit getter and setter functions.en.srt
7.9 kB
6.5. Create Custom Classes/38.Use explicit getter and setter functions.mp4
14 MB
6.5. Create Custom Classes/39.Mix and match Java and Kotlin classes.en.srt
6.7 kB
6.5. Create Custom Classes/39.Mix and match Java and Kotlin classes.mp4
12 MB
6.5. Create Custom Classes/40.Organize your classes with packages.en.srt
7.0 kB
6.5. Create Custom Classes/40.Organize your classes with packages.mp4
14 MB
7.6. Manage Data Collections/41.Manage fixed-size collections with Array.en.srt
7.2 kB
7.6. Manage Data Collections/41.Manage fixed-size collections with Array.mp4
14 MB
7.6. Manage Data Collections/42.Manage ordered collections with List.en.srt
9.0 kB
7.6. Manage Data Collections/42.Manage ordered collections with List.mp4
16 MB
7.6. Manage Data Collections/43.Manage unordered collections with Set.en.srt
7.7 kB
7.6. Manage Data Collections/43.Manage unordered collections with Set.mp4
15 MB
7.6. Manage Data Collections/44.Manage key-value pairs with Map.en.srt
11 kB
7.6. Manage Data Collections/44.Manage key-value pairs with Map.mp4
20 MB
7.6. Manage Data Collections/45.Challenge - Sum up a collection.en.srt
1.7 kB
7.6. Manage Data Collections/45.Challenge - Sum up a collection.mp4
2.7 MB
7.6. Manage Data Collections/46.Solution - Sum up a collection.en.srt
3.5 kB
7.6. Manage Data Collections/46.Solution - Sum up a collection.mp4
5.8 MB
8.7. Create an Inheritance Hierarchy/47.Inheritance and the Any class.en.srt
14 kB
1.Introduction/01.Welcome.en.srt
2.0 kB
8.7. Create an Inheritance Hierarchy/48.Define and implement an interface.en.srt
12 kB
8.7. Create an Inheritance Hierarchy/48.Define and implement an interface.mp4
21 MB
8.7. Create an Inheritance Hierarchy/49.Use anonymous interface implementations.en.srt
8.5 kB
8.7. Create an Inheritance Hierarchy/49.Use anonymous interface implementations.mp4
14 MB
8.7. Create an Inheritance Hierarchy/50.Pass functions as lambda expressions.en.srt
9.2 kB
8.7. Create an Inheritance Hierarchy/50.Pass functions as lambda expressions.mp4
17 MB
8.7. Create an Inheritance Hierarchy/51.Use abstract and sealed classes.en.srt
9.9 kB
8.7. Create an Inheritance Hierarchy/51.Use abstract and sealed classes.mp4
17 MB
9.Conclusion/52.Next steps.en.srt
1.4 kB
9.Conclusion/52.Next steps.mp4
1.3 MB