种子简介
种子名称:
[FreeCourseLab.com] Udemy - The Essential Kotlin Programming Course (Android Developers)
文件类型:
视频
文件数目:
133个文件
文件大小:
3.04 GB
收录时间:
2020-6-26 07:02
已经下载:
3次
资源热度:
199
最近下载:
2024-11-26 11:06
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:4c844fee5b69f7818ba435fe1c05e2b5b49c7114&dn=[FreeCourseLab.com] Udemy - The Essential Kotlin Programming Course (Android Developers)
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseLab.com] Udemy - The Essential Kotlin Programming Course (Android Developers).torrent
1. Introduction/1. Welcome to Class!.mp413.34MB
1. Introduction/2. Class Organization.mp410.61MB
1. Introduction/3. Overview of Kotlin.mp4104.21MB
1. Introduction/4. Language Features.mp426.9MB
1. Introduction/5. Object Oriented Programming.mp495.39MB
1. Introduction/6. Functional Programming.mp421.6MB
1. Introduction/7. Advantages of Using Kotlin.mp415.72MB
10. Standard Library Functions/1. apply, let, and with.mp422.86MB
10. Standard Library Functions/2. run, lazy, and use.mp410.27MB
10. Standard Library Functions/3. repeat, (require, assert, and check).mp49.32MB
11. Operator Overloading/1. Overview.mp417.15MB
11. Operator Overloading/2. Compound Assignment Operators and Unary Operators.mp415.12MB
11. Operator Overloading/3. Comparison Operators.mp437.59MB
12. Lambda Expressions/1. Overview.mp444.84MB
12. Lambda Expressions/2. Higher Order Functions Part I.mp444.96MB
12. Lambda Expressions/3. Higher Order Functions Part II.mp414.85MB
12. Lambda Expressions/4. Variable Scope.mp429.8MB
12. Lambda Expressions/5. Use in the Java APIs.mp420.61MB
12. Lambda Expressions/6. Returning Functions from Functions.mp411.98MB
12. Lambda Expressions/7. Inline Functions.mp413.05MB
13. Object Oriented Concepts/1. Overview.mp429MB
13. Object Oriented Concepts/2. Classes.mp414.06MB
13. Object Oriented Concepts/3. Encapsulation.mp419.87MB
13. Object Oriented Concepts/4. Constructors.mp49.82MB
13. Object Oriented Concepts/5. Abstraction.mp413.21MB
13. Object Oriented Concepts/6. Interfaces.mp410.97MB
13. Object Oriented Concepts/7. Inheritance.mp413.3MB
13. Object Oriented Concepts/8. Polymorphism.mp419.36MB
14. Object Oriented Programming in Kotlin/1. Classes and Constructors.mp423.97MB
14. Object Oriented Programming in Kotlin/10. A program that demonstrates the universal methods created (code along).mp414.28MB
14. Object Oriented Programming in Kotlin/11. Enums.mp415.07MB
14. Object Oriented Programming in Kotlin/12. Arrays.mp420.94MB
14. Object Oriented Programming in Kotlin/13. Sealed Classes.mp419.8MB
14. Object Oriented Programming in Kotlin/14. Singletons.mp419.66MB
14. Object Oriented Programming in Kotlin/15. Companion Objects.mp416.33MB
14. Object Oriented Programming in Kotlin/16. Anonymous Objects.mp49.89MB
14. Object Oriented Programming in Kotlin/17. Destructuring Declarations.mp429.59MB
14. Object Oriented Programming in Kotlin/18. A Tic-Tac-Toe program (code along).mp480.99MB
14. Object Oriented Programming in Kotlin/2. Properties.mp424.36MB
14. Object Oriented Programming in Kotlin/3. Visibility Modifiers.mp424.26MB
14. Object Oriented Programming in Kotlin/4. Inner and Nested Classes.mp418.14MB
14. Object Oriented Programming in Kotlin/5. Interfaces.mp416.4MB
14. Object Oriented Programming in Kotlin/6. Inheritance.mp442.89MB
14. Object Oriented Programming in Kotlin/7. A Bank Account Program (code along).mp441.99MB
14. Object Oriented Programming in Kotlin/8. Data Classes and Delegation.mp429.03MB
14. Object Oriented Programming in Kotlin/9. A program that uses a data class (code along).mp411.61MB
15. Exceptions/1. Overview.mp431.96MB
15. Exceptions/2. Kotlin Exceptions.mp438.52MB
16. Collections/1. Overview.mp440.21MB
16. Collections/10. A program that utilizes a MutableList (code along).mp417.67MB
16. Collections/2. Kotlin Collection Classes.mp439.66MB
16. Collections/3. Lists.mp430.28MB
16. Collections/4. Sets.mp420.43MB
16. Collections/5. Maps.mp425.58MB
16. Collections/6. Traversing a Map (code along).mp46.3MB
16. Collections/7. Manipulating Collections (filter and map).mp414.17MB
16. Collections/8. Quantifiers (all, any, count, find, and contains).mp416.42MB
16. Collections/9. Various other extension functions for collections.mp430.67MB
17. Generics/1. Overview.mp445.22MB
17. Generics/2. Kotlin Generics.mp436.82MB
17. Generics/3. Generic Constraints.mp418.15MB
17. Generics/4. Type Variance.mp433.85MB
17. Generics/5. Type Projections.mp418.14MB
17. Generics/6. Demonstration of creating and using a Generic Class (code along).mp412.1MB
18. Reflection (coming soon)/1. Overview.mp465.87MB
18. Reflection (coming soon)/2. KClass.mp478.67MB
18. Reflection (coming soon)/3. KFunction and KProperty.mp457.16MB
18. Reflection (coming soon)/4. Instantiation using Reflection.mp456.36MB
19. Annotations/1. Overview.mp432.39MB
19. Annotations/2. Standard Annotations.mp415.11MB
19. Annotations/3. Common Java Annotations.mp413.2MB
19. Annotations/4. Creating your own Annotation.mp427.26MB
19. Annotations/5. (Challenge) Creating and Using your own Annotation.mp414.86MB
19. Annotations/6. (Demonstration) Creating and Using your own annotation.mp437.09MB
2. Installing the Required Software/1. Installing the JDK (Java Development Kit).mp420.99MB
2. Installing the Required Software/2. Intstalling the IntelliJ IDEA (Integrated Development Environment).mp411.21MB
20. Starting to Write Code (Kotlin on Android)/1. Installing the Android Studio IDE (Integrated Development Environment).mp413.87MB
20. Starting to Write Code (Kotlin on Android)/2. Creating an Android Studio Project.mp429.44MB
20. Starting to Write Code (Kotlin on Android)/3. Exploring the Android Studio Environment.mp415.42MB
20. Starting to Write Code (Kotlin on Android)/4. Android SDK Manager Tools.mp49.03MB
20. Starting to Write Code (Kotlin on Android)/5. The Android Emulator.mp425.99MB
20. Starting to Write Code (Kotlin on Android)/6. Compiling and Running your first android application (Hello World).mp433.26MB
20. Starting to Write Code (Kotlin on Android)/7. Kotlin Android Extensions.mp446.44MB
20. Starting to Write Code (Kotlin on Android)/8. Best Practices.mp498.62MB
21. Wrapping Up/1. Summary.mp435.97MB
3. Starting to Write Code/1. Kotlin Tools.mp418.5MB
3. Starting to Write Code/2. Creating an IntelliJ Project.mp49.45MB
3. Starting to Write Code/3. Exploring the IntelliJ Environment.mp421.66MB
3. Starting to Write Code/4. Compiling and Running your first application (Hello World).mp414.61MB
3. Starting to Write Code/5. Variations of the Hello World Program (code along).mp412.18MB
4. Miscellaneous/1. Packages.mp49.02MB
4. Miscellaneous/2. Comments.mp410.38MB
5. Variables and Data Types/1. Overview.mp410.5MB
5. Variables and Data Types/10. The Unit Type (void).mp49.7MB
5. Variables and Data Types/11. The Nothing Type (never returns).mp410.36MB
5. Variables and Data Types/12. Explicit Casts and Smart Casts.mp415.54MB
5. Variables and Data Types/13. SmartCast Example (code along).mp411.83MB
5. Variables and Data Types/2. Static Typing and Type Inference.mp417.5MB
5. Variables and Data Types/3. Mutable and Immutable Variables.mp414.75MB
5. Variables and Data Types/4. Basic Data Types.mp421.55MB
5. Variables and Data Types/5. Program to print the area of a rectangle (Code Along).mp417.54MB
5. Variables and Data Types/6. A program to convert minutes to years and days (code along).mp418.77MB
5. Variables and Data Types/7. String and String Templates.mp424.6MB
5. Variables and Data Types/8. A program that demonstrates Strings and String Templates (code along).mp414.76MB
5. Variables and Data Types/9. Any and Any Types.mp47.15MB
6. Operators/1. Basic Operators.mp419.38MB
6. Operators/2. Other Operators (in, index, invoke, is).mp48.46MB
6. Operators/3. Using the in Operator, Example (code along).mp47.09MB
7. Nullability/1. Nullable Types.mp423.93MB
7. Nullability/2. Safe Call Operator ().mp414.34MB
7. Nullability/3. Elvis Operator ().mp415.86MB
7. Nullability/4. as (Safe Cast) Operator.mp419.76MB
7. Nullability/5. Not Null Assertions (!!).mp47.81MB
7. Nullability/6. A program that demonstrates Null Safety (code along).mp422.43MB
8. Control Flow/1. Overview.mp421.19MB
8. Control Flow/2. If Statements and Expression.mp422.73MB
8. Control Flow/3. When Statement and Expression.mp436.9MB
8. Control Flow/4. A program that demonstrates the When construct (code along).mp412.81MB
8. Control Flow/5. While and Do-While loops.mp47.08MB
8. Control Flow/6. Ranges and Progressions.mp416.59MB
8. Control Flow/7. For Loop.mp416.94MB
8. Control Flow/8. return and jump.mp49.72MB
8. Control Flow/9. Guess the Number Program (code along).mp418.68MB
9. Functions/1. Basics.mp414.71MB
9. Functions/10. Extension Functions.mp429.24MB
9. Functions/2. Top Level Functions.mp47.09MB
9. Functions/3. Member and Local Functions.mp413.95MB
9. Functions/4. Named ParametersArguments.mp410.62MB
9. Functions/5. Default ParametersArguments.mp47.65MB
9. Functions/6. Infix Calls.mp412.39MB
9. Functions/7. Variable Arguments (var-args) and the Spread Operator.mp411.56MB
9. Functions/8. Overloaded Functions.mp416.34MB
9. Functions/9. A program that demonstrates method overloading (code along).mp412.68MB