资源详情

返回首页 | 相关搜索
Kotlin for Java Developers By Andrejs Doronins
大小 364.9 MB
文件数 84
Info Hash: 2FAB708A011BC413C98DC9F362BA9836CDC067EE
收录时间 2025-12-23 23:59:00
更新时间 2025-12-23 23:59:00
文件列表 (84)
1. Course Overview/1. Course Overview.mp4
3.22 MB
1. Course Overview/1. Course Overview.vtt
1.36 KB
2. Starting with Kotlin/1. Introduction.mp4
8.47 MB
2. Starting with Kotlin/1. Introduction.vtt
4.53 KB
2. Starting with Kotlin/2. Course Overview.mp4
1.07 MB
2. Starting with Kotlin/2. Course Overview.vtt
841 B
2. Starting with Kotlin/3. Setting Up.mp4
16.05 MB
2. Starting with Kotlin/3. Setting Up.vtt
7.97 KB
3. Kotlin Types and Variables/1. Introduction.mp4
1.31 MB
3. Kotlin Types and Variables/1. Introduction.vtt
1.01 KB
3. Kotlin Types and Variables/2. Kotlin Basic Types.mp4
14.67 MB
3. Kotlin Types and Variables/2. Kotlin Basic Types.vtt
6.72 KB
3. Kotlin Types and Variables/3. Type Conversion and Promotion.mp4
8.96 MB
3. Kotlin Types and Variables/3. Type Conversion and Promotion.vtt
4.14 KB
3. Kotlin Types and Variables/4. String Templates.mp4
3.02 MB
3. Kotlin Types and Variables/4. String Templates.vtt
1.38 KB
3. Kotlin Types and Variables/5. Var Val Const.mp4
5.54 MB
3. Kotlin Types and Variables/5. Var Val Const.vtt
2.75 KB
3. Kotlin Types and Variables/6. Comparing Values the Right Way.mp4
6.84 MB
3. Kotlin Types and Variables/6. Comparing Values the Right Way.vtt
3.78 KB
3. Kotlin Types and Variables/7. Nullability and Why It Matters.mp4
10.93 MB
3. Kotlin Types and Variables/7. Nullability and Why It Matters.vtt
6.45 KB
3. Kotlin Types and Variables/8. Coding Challenge.mp4
8.15 MB
3. Kotlin Types and Variables/8. Coding Challenge.vtt
2.96 KB
3. Kotlin Types and Variables/9. Summary.mp4
2.35 MB
3. Kotlin Types and Variables/9. Summary.vtt
1.91 KB
4. Better Branching and Looping/1. Branching - if-else.mp4
6.48 MB
4. Better Branching and Looping/1. Branching - if-else.vtt
2.98 KB
4. Better Branching and Looping/2. Branching - when.mp4
7.16 MB
4. Better Branching and Looping/2. Branching - when.vtt
3.14 KB
4. Better Branching and Looping/3. Demo - Improving the Unit Converter.mp4
5.6 MB
4. Better Branching and Looping/3. Demo - Improving the Unit Converter.vtt
1.96 KB
4. Better Branching and Looping/4. Looping in Kotlin.mp4
9.8 MB
4. Better Branching and Looping/4. Looping in Kotlin.vtt
4.59 KB
4. Better Branching and Looping/5. Coding Challenge - Implement Basic Encryption.mp4
6.71 MB
4. Better Branching and Looping/5. Coding Challenge - Implement Basic Encryption.vtt
3.66 KB
4. Better Branching and Looping/6. Summary.mp4
2.44 MB
4. Better Branching and Looping/6. Summary.vtt
1.68 KB
5. Writing Idiomatic Functions/1. Introduction.mp4
1.3 MB
5. Writing Idiomatic Functions/1. Introduction.vtt
798 B
5. Writing Idiomatic Functions/2. The Syntax Basics.mp4
17.23 MB
5. Writing Idiomatic Functions/2. The Syntax Basics.vtt
6.45 KB
5. Writing Idiomatic Functions/3. Demo - Refactor Unit Converter Using Functions.mp4
2.58 MB
5. Writing Idiomatic Functions/3. Demo - Refactor Unit Converter Using Functions.vtt
959 B
5. Writing Idiomatic Functions/4. Understanding Higher Order Functions.mp4
9.18 MB
5. Writing Idiomatic Functions/4. Understanding Higher Order Functions.vtt
3.49 KB
5. Writing Idiomatic Functions/5. Varargs, Optional and Named Arguments.mp4
20.05 MB
5. Writing Idiomatic Functions/5. Varargs, Optional and Named Arguments.vtt
6.25 KB
5. Writing Idiomatic Functions/6. What are Extension Functions.mp4
10.3 MB
5. Writing Idiomatic Functions/6. What are Extension Functions.vtt
4.52 KB
5. Writing Idiomatic Functions/7. Using Local Functions.mp4
7.89 MB
5. Writing Idiomatic Functions/7. Using Local Functions.vtt
3.01 KB
5. Writing Idiomatic Functions/8. Summary.mp4
2.62 MB
5. Writing Idiomatic Functions/8. Summary.vtt
1.98 KB
6. Cleaner Object-oriented Code/1. Introduction.mp4
2.86 MB
6. Cleaner Object-oriented Code/1. Introduction.vtt
1.87 KB
6. Cleaner Object-oriented Code/10. Enums, Data and Sealed Classes.mp4
8.71 MB
6. Cleaner Object-oriented Code/10. Enums, Data and Sealed Classes.vtt
4.13 KB
6. Cleaner Object-oriented Code/11. Summary.mp4
2.01 MB
6. Cleaner Object-oriented Code/11. Summary.vtt
1.31 KB
6. Cleaner Object-oriented Code/2. Kotlin OOP Basics.mp4
9.16 MB
6. Cleaner Object-oriented Code/2. Kotlin OOP Basics.vtt
4.29 KB
6. Cleaner Object-oriented Code/3. Kotlins Modifiers.mp4
9.93 MB
6. Cleaner Object-oriented Code/3. Kotlins Modifiers.vtt
4.02 KB
6. Cleaner Object-oriented Code/4. Constructor Basics.mp4
12.39 MB
6. Cleaner Object-oriented Code/4. Constructor Basics.vtt
5.65 KB
6. Cleaner Object-oriented Code/5. Constructor Gotchas.mp4
5.84 MB
6. Cleaner Object-oriented Code/5. Constructor Gotchas.vtt
2.71 KB
6. Cleaner Object-oriented Code/6. Demo - Reimplement the Unit Converter.mp4
3.33 MB
6. Cleaner Object-oriented Code/6. Demo - Reimplement the Unit Converter.vtt
1.4 KB
6. Cleaner Object-oriented Code/7. Adding Validation - the init Block.mp4
6.58 MB
6. Cleaner Object-oriented Code/7. Adding Validation - the init Block.vtt
2.68 KB
6. Cleaner Object-oriented Code/8. Better Getters and Setters.mp4
16.21 MB
6. Cleaner Object-oriented Code/8. Better Getters and Setters.vtt
6.63 KB
6. Cleaner Object-oriented Code/9. The Object Keyword.mp4
7.23 MB
6. Cleaner Object-oriented Code/9. The Object Keyword.vtt
3.89 KB
7. Course Wrap Up/1. Collections API Overview.mp4
15.33 MB
7. Course Wrap Up/1. Collections API Overview.vtt
7.35 KB
7. Course Wrap Up/2. What We Didnt Cover.mp4
10.86 MB
7. Course Wrap Up/2. What We Didnt Cover.vtt
5.25 KB
7. Course Wrap Up/3. Further Learning.mp4
7.76 MB
7. Course Wrap Up/3. Further Learning.vtt
2.84 KB
exercise.zip
46.62 MB
playlist.m3u
2.36 KB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。