本站已收录 番号和无损神作磁力链接/BT种子 

[FreeTutorials.Us] Udemy - kotlin-for-java-developers

种子简介

种子名称: [FreeTutorials.Us] Udemy - kotlin-for-java-developers
文件类型: 视频
文件数目: 86个文件
文件大小: 1.99 GB
收录时间: 2019-3-25 15:23
已经下载: 3
资源热度: 110
最近下载: 2024-6-26 21:00

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:0164583e95ea504bfcc4e3f61410f20f64d7a97e&dn=[FreeTutorials.Us] Udemy - kotlin-for-java-developers 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeTutorials.Us] Udemy - kotlin-for-java-developers.torrent
  • 01 Introduction to the Course/001 Introduction to the course.mp47.37MB
  • 01 Introduction to the Course/002 JDK8 Install Windows.mp414.16MB
  • 01 Introduction to the Course/003 JDK8 Install Mac.mp46.51MB
  • 01 Introduction to the Course/004 JDK8 Install Linux.mp414.25MB
  • 01 Introduction to the Course/005 Intellij Windows Install and Configure.mp417.06MB
  • 01 Introduction to the Course/006 Intellij Mac Install and Configure.mp432.19MB
  • 01 Introduction to the Course/007 Intellij Linux Install and Configure.mp426.39MB
  • 01 Introduction to the Course/008 IntelliJ Kotlin Settings.mp420.78MB
  • 02 Introduction to Kotlin/009 Introduction to Section 2.mp4974.3KB
  • 02 Introduction to Kotlin/010 Introduction to Kotlin.mp49.86MB
  • 02 Introduction to Kotlin/011 The Java Text Adventure Game.mp426.01MB
  • 02 Introduction to Kotlin/012 The Converted Kotlin Text Adventure Game.mp440.58MB
  • 02 Introduction to Kotlin/013 IDEA's Java to Kotlin Converter.mp410.72MB
  • 03 Basic Differences Between Kotlin and Java/014 Introduction to Section 3.mp41.94MB
  • 03 Basic Differences Between Kotlin and Java/015 Hello World from Kotlin.mp417.81MB
  • 03 Basic Differences Between Kotlin and Java/016 The Kotlin Standard Library.mp414.77MB
  • 03 Basic Differences Between Kotlin and Java/017 Variable Declarations in Kotlin.mp424.74MB
  • 03 Basic Differences Between Kotlin and Java/018 How to Create Type Aliases in Kotlin.mp45.51MB
  • 03 Basic Differences Between Kotlin and Java/019 Quick Differences Between Kotlin and Java.mp418.7MB
  • 03 Basic Differences Between Kotlin and Java/020 How Kotlin handles equality differently from Java.mp423.35MB
  • 03 Basic Differences Between Kotlin and Java/021 Bit Operators and Smart Casting in Kotlin.mp413.85MB
  • 03 Basic Differences Between Kotlin and Java/022 String Templates in Kotlin.mp417.42MB
  • 03 Basic Differences Between Kotlin and Java/023 Raw Strings in Kotlin.mp414.46MB
  • 03 Basic Differences Between Kotlin and Java/024 The Kotlin REPL.mp49.68MB
  • 03 Basic Differences Between Kotlin and Java/025 Kotlin Challenges (Round One).mp432.94MB
  • 04 Data Types and Null Reference Handling/026 Introduction to Section 4.mp42.16MB
  • 04 Data Types and Null Reference Handling/027 The Builtin Dataypes in Kotlin.mp443.46MB
  • 04 Data Types and Null Reference Handling/028 Arrays in Kotlin.mp451.03MB
  • 04 Data Types and Null Reference Handling/029 Null References in Kotlin - Part One.mp445.87MB
  • 04 Data Types and Null Reference Handling/030 Null References in Kotlin - Part Two.mp431.94MB
  • 04 Data Types and Null Reference Handling/031 Arrays and Null References.mp410.89MB
  • 04 Data Types and Null Reference Handling/032 Kotlin Challenges (Round Two).mp428.92MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/033 Introduction to Section 5.mp41.31MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/034 Kotlin's Access Modifiers.mp417.63MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/035 Declaring Classes and Using Constructors in Kotlin.mp437.54MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/036 Properties and Backing Fields in Kotlin.mp422.07MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/037 Constants and Data Classes.mp427.52MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/038 Kotlin Function Basics.mp447.52MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/039 Extension Functions.mp426.36MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/040 Inline Functions.mp45.88MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/041 Inheritance in Kotlin - Part One.mp418.77MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/042 Inheritance in Kotlin - Part Two.mp432.16MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/043 Interfaces in Kotlin.mp419.88MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/044 Singletons in Kotlin.mp413.26MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/045 Companion Objects in Kotlin.mp434.15MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/046 Anonymous Objects in Kotlin.mp413.4MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/047 Enums in Kotlin.mp48.37MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/048 Imports in Kotlin.mp439.03MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/049 The Internal Access Modifier.mp414MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/050 Kotlin Challenges (Round Three_ Part 1).mp448.69MB
  • 05 OO and Kotlin_ Classes_ Functions_ Inheritance/051 Kotlin Challenges (Round Three_ Part 2).mp439.37MB
  • 06 Loops_ and the If_ When_ and Try_Catch Expressions/052 Introduction to Section 6.mp41.15MB
  • 06 Loops_ and the If_ When_ and Try_Catch Expressions/053 The For Loop.mp464.01MB
  • 06 Loops_ and the If_ When_ and Try_Catch Expressions/054 The If Expression.mp416.33MB
  • 06 Loops_ and the If_ When_ and Try_Catch Expressions/055 The When Expression.mp452.14MB
  • 06 Loops_ and the If_ When_ and Try_Catch Expressions/056 The Try_Catch Expression.mp425.55MB
  • 06 Loops_ and the If_ When_ and Try_Catch Expressions/057 Kotlin Challenges (Round Four).mp451.58MB
  • 07 Lambda Expressions_ Collections_ and Generics/058 Introduction to Section 7.mp41.6MB
  • 07 Lambda Expressions_ Collections_ and Generics/059 Lambda Expression Basics.mp421.81MB
  • 07 Lambda Expressions_ Collections_ and Generics/060 Lambdas With Receivers.mp433.98MB
  • 07 Lambda Expressions_ Collections_ and Generics/061 Lists.mp438.56MB
  • 07 Lambda Expressions_ Collections_ and Generics/062 Kotlin Collections Functions.mp418.19MB
  • 07 Lambda Expressions_ Collections_ and Generics/063 Maps and Destructuring Declarations.mp430.28MB
  • 07 Lambda Expressions_ Collections_ and Generics/064 Sets in Kotlin.mp416.36MB
  • 07 Lambda Expressions_ Collections_ and Generics/065 More Collections Functions in Kotlin.mp439.68MB
  • 07 Lambda Expressions_ Collections_ and Generics/066 Sequences in Kotlin.mp426.85MB
  • 07 Lambda Expressions_ Collections_ and Generics/067 Generics in Kotlin.mp424.02MB
  • 07 Lambda Expressions_ Collections_ and Generics/068 Generics_ Functions and Erasure.mp440.76MB
  • 07 Lambda Expressions_ Collections_ and Generics/069 Generics_ Reified Parameters in Kotlin.mp414.57MB
  • 07 Lambda Expressions_ Collections_ and Generics/070 Generics_ Covariance.mp446.43MB
  • 07 Lambda Expressions_ Collections_ and Generics/071 Generics_ Contravariance.mp438.63MB
  • 07 Lambda Expressions_ Collections_ and Generics/072 Generics_ Use-Site Variance.mp423.96MB
  • 07 Lambda Expressions_ Collections_ and Generics/073 Kotlin Challenges (Round Five).mp449.94MB
  • 08 File I_O/074 Introduction to Section 8.mp41.22MB
  • 08 File I_O/075 Reading Text Files.mp431.95MB
  • 08 File I_O/076 Reading Binary Files and Try with Resources.mp415.69MB
  • 08 File I_O/077 Walking the File Tree.mp413.24MB
  • 09 Java Interoperability/078 Introduction to Section 9.mp42.27MB
  • 09 Java Interoperability/079 Nullability when using Java from Kotlin.mp424.75MB
  • 09 Java Interoperability/080 More about calling Java from Kotlin.mp431.14MB
  • 09 Java Interoperability/081 Calling Kotlin Functions from Java.mp428.33MB
  • 09 Java Interoperability/082 Annotations when calling Kotlin from Java.mp432.06MB
  • 09 Java Interoperability/083 Kotlin Challenges (Round Six).mp458.52MB
  • 10 Course Wrap Up/084 Introduction to Section 10.mp42.71MB
  • 10 Course Wrap Up/085 Revisit the Converted Kotlin Text Adventure.mp416.49MB
  • 10 Course Wrap Up/086 Kotlin for Java Developers Wrap Up.mp44.85MB