zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
The Essential Kotlin Programming Course (Android Developers)
magnet:?xt=urn:btih:04b65c7ca2bc1107505e379aebafc581c28bb164&dn=The Essential Kotlin Programming Course (Android Developers)
磁力链接详情
文件列表详情
04b65c7ca2bc1107505e379aebafc581c28bb164
infohash:
132
文件数量
3.01 GB
文件大小
2018-10-16 12:12
创建日期
2024-12-19 06:54
最后访问
相关分词
The
Essential
Kotlin
Programming
Course
Android
Developers
01 Introduction/001 Welcome to Class!.mp4 13.34 MB
01 Introduction/002 Overview of Kotlin.mp4 35.09 MB
01 Introduction/003 Language Features.mp4 26.89 MB
01 Introduction/004 Object Oriented Programming.mp4 30.56 MB
01 Introduction/005 Functional Programming.mp4 21.59 MB
01 Introduction/006 Advantages of Using Kotlin.mp4 15.71 MB
02 Installing the Required Software/007 Installing the JDK (Java Development Kit).mp4 20.99 MB
02 Installing the Required Software/008 Intstalling the IntelliJ IDEA (Integrated Development Environment).mp4 11.2 MB
03 Starting to Write Code/009 Kotlin Tools.mp4 18.5 MB
03 Starting to Write Code/010 Creating an IntelliJ Project.mp4 9.44 MB
03 Starting to Write Code/011 Exploring the IntelliJ Environment.mp4 21.66 MB
03 Starting to Write Code/012 Compiling and Running your first application (Hello World).mp4 14.6 MB
03 Starting to Write Code/013 Variations of the Hello World Program (code along).mp4 12.18 MB
04 Miscellaneous/014 Packages.mp4 9.02 MB
04 Miscellaneous/015 Comments.mp4 10.38 MB
05 Variables and Data Types/016 Overview.mp4 10.49 MB
05 Variables and Data Types/017 Static Typing and Type Inference.mp4 17.5 MB
05 Variables and Data Types/018 Mutable and Immutable Variables.mp4 14.74 MB
05 Variables and Data Types/019 Basic Data Types.mp4 21.54 MB
05 Variables and Data Types/020 Program to print the area of a rectangle (Code Along).mp4 17.53 MB
05 Variables and Data Types/021 A program to convert minutes to years and days (code along).mp4 18.76 MB
05 Variables and Data Types/022 String and String Templates.mp4 24.59 MB
05 Variables and Data Types/023 A program that demonstrates Strings and String Templates (code along).mp4 14.76 MB
05 Variables and Data Types/024 Any and Any_ Types.mp4 7.15 MB
05 Variables and Data Types/025 The Unit Type (void).mp4 9.69 MB
05 Variables and Data Types/026 The Nothing Type (never returns).mp4 10.35 MB
05 Variables and Data Types/027 Explicit Casts and Smart Casts.mp4 15.54 MB
05 Variables and Data Types/028 SmartCast Example (code along).mp4 11.82 MB
06 Operators/029 Basic Operators.mp4 19.38 MB
06 Operators/030 Other Operators (in_ index_ invoke_ is).mp4 8.46 MB
06 Operators/031 Using the in Operator_ Example (code along).mp4 7.08 MB
07 Nullability/032 Nullable Types.mp4 23.92 MB
07 Nullability/033 Safe Call Operator (_).mp4 14.34 MB
07 Nullability/034 Elvis Operator (__).mp4 15.85 MB
07 Nullability/035 as_ (Safe Cast) Operator.mp4 19.75 MB
07 Nullability/036 Not Null Assertions (!!).mp4 7.8 MB
07 Nullability/037 A program that demonstrates Null Safety (code along).mp4 22.43 MB
08 Control Flow/038 Overview.mp4 21.18 MB
08 Control Flow/039 If Statements and Expression.mp4 22.73 MB
08 Control Flow/040 When Statement and Expression.mp4 36.89 MB
08 Control Flow/041 A program that demonstrates the When construct (code along).mp4 12.8 MB
08 Control Flow/042 While and Do-While loops.mp4 7.07 MB
08 Control Flow/043 Ranges and Progressions.mp4 16.59 MB
08 Control Flow/044 For Loop.mp4 16.93 MB
08 Control Flow/045 return and jump.mp4 9.71 MB
08 Control Flow/046 Guess the Number Program (code along).mp4 18.67 MB
09 Functions/047 Basics.mp4 14.7 MB
09 Functions/048 Top Level Functions.mp4 7.08 MB
09 Functions/049 Member and Local Functions.mp4 13.94 MB
09 Functions/050 Named Parameters_Arguments.mp4 10.62 MB
09 Functions/051 Default Parameters_Arguments.mp4 7.64 MB
09 Functions/052 Infix Calls.mp4 12.38 MB
09 Functions/053 Variable Arguments (var-args) and the Spread Operator.mp4 11.56 MB
09 Functions/054 Overloaded Functions.mp4 16.33 MB
09 Functions/055 A program that demonstrates method overloading (code along).mp4 12.67 MB
09 Functions/056 Extension Functions.mp4 29.24 MB
10 Standard Library Functions/057 apply_ let_ and with.mp4 22.85 MB
10 Standard Library Functions/058 run_ lazy_ and use.mp4 10.26 MB
10 Standard Library Functions/059 repeat_ (require_ assert_ and check).mp4 9.31 MB
11 Operator Overloading/060 Overview.mp4 17.15 MB
11 Operator Overloading/061 Compound Assignment Operators and Unary Operators.mp4 15.11 MB
11 Operator Overloading/062 Comparison Operators.mp4 37.59 MB
12 Lambda Expressions/063 Overview.mp4 44.84 MB
12 Lambda Expressions/064 Higher Order Functions Part I.mp4 44.95 MB
12 Lambda Expressions/065 Higher Order Functions Part II.mp4 14.84 MB
12 Lambda Expressions/066 Variable Scope.mp4 29.8 MB
12 Lambda Expressions/067 Use in the Java APIs.mp4 20.6 MB
12 Lambda Expressions/068 Returning Functions from Functions.mp4 11.98 MB
12 Lambda Expressions/069 Inline Functions.mp4 13.05 MB
13 Object Oriented Concepts/070 Overview.mp4 29 MB
13 Object Oriented Concepts/071 Classes.mp4 14.05 MB
13 Object Oriented Concepts/072 Encapsulation.mp4 19.86 MB
13 Object Oriented Concepts/073 Constructors.mp4 9.81 MB
13 Object Oriented Concepts/074 Abstraction.mp4 13.2 MB
13 Object Oriented Concepts/075 Interfaces.mp4 10.96 MB
13 Object Oriented Concepts/076 Inheritance.mp4 13.3 MB
13 Object Oriented Concepts/077 Polymorphism.mp4 19.36 MB
14 Object Oriented Programming in Kotlin/078 Classes and Constructors.mp4 23.96 MB
14 Object Oriented Programming in Kotlin/079 Properties.mp4 24.35 MB
14 Object Oriented Programming in Kotlin/080 Visibility Modifiers.mp4 24.25 MB
14 Object Oriented Programming in Kotlin/081 Inner and Nested Classes.mp4 18.13 MB
14 Object Oriented Programming in Kotlin/082 Interfaces.mp4 16.4 MB
14 Object Oriented Programming in Kotlin/083 Inheritance.mp4 42.89 MB
14 Object Oriented Programming in Kotlin/084 A Bank Account Program (code along).mp4 41.99 MB
14 Object Oriented Programming in Kotlin/085 Data Classes and Delegation.mp4 29.02 MB
14 Object Oriented Programming in Kotlin/086 A program that uses a data class (code along).mp4 11.61 MB
14 Object Oriented Programming in Kotlin/087 A program that demonstrates the universal methods created (code along).mp4 14.28 MB
14 Object Oriented Programming in Kotlin/088 Enums.mp4 15.06 MB
14 Object Oriented Programming in Kotlin/089 Arrays.mp4 20.94 MB
14 Object Oriented Programming in Kotlin/090 Sealed Classes.mp4 19.79 MB
14 Object Oriented Programming in Kotlin/091 Singletons.mp4 19.65 MB
14 Object Oriented Programming in Kotlin/092 Companion Objects.mp4 16.32 MB
14 Object Oriented Programming in Kotlin/093 Anonymous Objects.mp4 9.89 MB
14 Object Oriented Programming in Kotlin/094 A Tic-Tac-Toe program (code along).mp4 80.99 MB
15 Exceptions/095 Overview.mp4 31.95 MB
15 Exceptions/096 Kotlin Exceptions.mp4 38.52 MB
16 Collections/097 Overview.mp4 40.21 MB
16 Collections/098 Kotlin Collection Classes.mp4 39.65 MB
16 Collections/099 Lists.mp4 30.28 MB
16 Collections/100 Sets.mp4 20.42 MB
16 Collections/101 Maps.mp4 25.57 MB
16 Collections/102 Traversing a Map (code along).mp4 6.29 MB
16 Collections/103 Manipulating Collections (filter and map).mp4 14.16 MB
16 Collections/104 Quantifiers (all_ any_ count_ find_ and contains).mp4 16.42 MB
16 Collections/105 Various other extension functions for collections.mp4 30.67 MB
16 Collections/106 A program that utilizes a MutableList (code along).mp4 17.67 MB
17 Generics/107 Overview.mp4 45.21 MB
17 Generics/108 Kotlin Generics.mp4 36.81 MB
17 Generics/109 Generic Constraints.mp4 18.14 MB
17 Generics/110 Type Variance.mp4 33.85 MB
17 Generics/111 Type Projections.mp4 18.14 MB
17 Generics/112 Demonstration of creating and using a Generic Class (code along).mp4 12.09 MB
19 Starting to Write Code (Kotlin on Android)/114 Installing the Android Studio IDE (Integrated Development Environment).mp4 13.86 MB
19 Starting to Write Code (Kotlin on Android)/115 Creating an Android Studio Project.mp4 29.44 MB
19 Starting to Write Code (Kotlin on Android)/116 Exploring the Android Studio Environment.mp4 15.41 MB
19 Starting to Write Code (Kotlin on Android)/117 Android SDK Manager _ Tools.mp4 9.03 MB
19 Starting to Write Code (Kotlin on Android)/118 The Android Emulator.mp4 25.98 MB
19 Starting to Write Code (Kotlin on Android)/119 Compiling and Running your first android application (Hello World).mp4 33.25 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/120 Creating an application that utilizes resources.mp4 33.65 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/121 ListView with Basic Adapter.mp4 37.76 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/122 ListView with Custom Adapter.mp4 43.06 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/123 Calculator Application.mp4 47.15 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/124 Appointment Reminder Application (Part 1).mp4 82.42 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/125 Appointment Reminder Application (Part 2).mp4 65.78 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/126 Writing to Internal Storage.mp4 46.48 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/127 Writing to External Storage.mp4 37.2 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/128 Database Example (Part 1).mp4 60.98 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/129 Database Example (Part 2).mp4 59.67 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/130 Contacts Example.mp4 58.1 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/131 Creating Your Own Content Provider Application (Part 1).mp4 66.58 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/132 Creating Your Own Content Provider Application (Part 2).mp4 32.93 MB
20 Code Alongs (Exercise_ convert from Java to Kotlin)/133 A Logging Service Application (Bound Service).mp4 52.37 MB
其他位置