资源详情

返回首页 | 相关搜索
Kotlin for Android & Java Developers. Clean Code on Android
大小 3.05 GB
文件数 101
Info Hash: 248E6638242E19FB57DE923772E4E6A10627BEAE
收录时间 2026-01-08 22:03:28
更新时间 2026-01-08 22:48:21
文件列表 (101)
1 - Introduction/01 - What You'll Learn in this Course.mp4
29.19 MB
1 - Introduction/02 - Make the Most of this Course!.mp4
16.28 MB
1 - Introduction/03 - Who's Using Kotlin.mp4
17.24 MB
2 - Get Ready/04 - Introduction.mp4
10.31 MB
2 - Get Ready/05 - Install the Java JDK 8.mp4
36.6 MB
2 - Get Ready/06 - Install Android Studio.mp4
38.29 MB
2 - Get Ready/07 - Set Up a Project in Android Studio.mp4
64.35 MB
2 - Get Ready/08 - Recap.mp4
2.75 MB
3 - Kotlin Basics/09 - Introduction.mp4
8.55 MB
3 - Kotlin Basics/10 - Variables and Data Types.mp4
24.33 MB
3 - Kotlin Basics/11 - Null Safety in Kotlin.mp4
25.39 MB
3 - Kotlin Basics/12 - Conditionals - 'if' Expressions.mp4
28.02 MB
3 - Kotlin Basics/13 - Conditionals - 'when' Expressions.mp4
29.46 MB
3 - Kotlin Basics/14 - Collections.mp4
28.63 MB
3 - Kotlin Basics/15 - 'for' Loops.mp4
27.79 MB
3 - Kotlin Basics/16 - 'while' Loops.mp4
21.6 MB
3 - Kotlin Basics/17 - Functions.mp4
18.64 MB
3 - Kotlin Basics/18 - Get Ready for Serious Kotlin Coding (Set up IntelliJ IDEA).mp4
18.76 MB
3 - Kotlin Basics/19 - Create a main() Function.mp4
7.7 MB
3 - Kotlin Basics/20 - Named Arguments & Default Parameter Values.mp4
20.35 MB
3 - Kotlin Basics/21 - Exceptions.mp4
26.93 MB
3 - Kotlin Basics/22 - Why No Checked Exceptions.mp4
28.37 MB
3 - Kotlin Basics/23 - Recap.mp4
11.3 MB
4 - Functional Programming/24 - Introduction.mp4
8.17 MB
4 - Functional Programming/25 - What is Functional Programming.mp4
19.15 MB
4 - Functional Programming/26 - Functional Programming II.mp4
25.53 MB
4 - Functional Programming/27 - Lambdas & Higher-Order Functions.mp4
35.34 MB
4 - Functional Programming/28 - Use map() and flatMap().mp4
33.93 MB
4 - Functional Programming/29 - Use take() and drop().mp4
29.52 MB
4 - Functional Programming/30 - Use zip().mp4
20.08 MB
4 - Functional Programming/31 - Chain Functions Together.mp4
24.53 MB
4 - Functional Programming/32 - Lazy Sequences.mp4
36.7 MB
4 - Functional Programming/33 - Case Study - Performance of Lazy Sequences.mp4
35.04 MB
4 - Functional Programming/34 - Code Along - Infinite Lazy Sequence of All Prime Numbers.mp4
92.12 MB
4 - Functional Programming/35 - Use 'let' Operator for Scoping and Nullables.mp4
24.27 MB
4 - Functional Programming/36 - Use 'with' for Many Calls on the Same Object.mp4
17.46 MB
4 - Functional Programming/37 - Use 'use' for Closeable (like try-with-resources).mp4
25.81 MB
4 - Functional Programming/38 - Inline Functions.mp4
53.39 MB
4 - Functional Programming/39 - Recap.mp4
14.36 MB
5 - Object-Orientation in Kotlin/40 - Introduction.mp4
11.84 MB
5 - Object-Orientation in Kotlin/41 - Classes.mp4
5.8 MB
5 - Object-Orientation in Kotlin/42 - Properties with Getters & Setters.mp4
20.28 MB
5 - Object-Orientation in Kotlin/43 - Primary and Secondary Constructors.mp4
30.29 MB
5 - Object-Orientation in Kotlin/44 - Methods.mp4
15.6 MB
5 - Object-Orientation in Kotlin/45 - Extension Functions.mp4
25.02 MB
5 - Object-Orientation in Kotlin/46 - Data Classes.mp4
43.28 MB
5 - Object-Orientation in Kotlin/47 - Enums.mp4
22.72 MB
5 - Object-Orientation in Kotlin/48 - Inheritance.mp4
15.18 MB
5 - Object-Orientation in Kotlin/49 - Code Along - Inheritance Example.mp4
23.01 MB
5 - Object-Orientation in Kotlin/50 - Abstract Classes.mp4
21.36 MB
5 - Object-Orientation in Kotlin/51 - Interfaces.mp4
34.49 MB
5 - Object-Orientation in Kotlin/52 - Overriding Rules.mp4
45.12 MB
5 - Object-Orientation in Kotlin/53 - Smart Casts.mp4
33.61 MB
5 - Object-Orientation in Kotlin/54 - Visibilities.mp4
32.58 MB
5 - Object-Orientation in Kotlin/55 - Companion Objects for 'Static' Members.mp4
27.71 MB
5 - Object-Orientation in Kotlin/56 - Object Declarations as Singletons.mp4
23.44 MB
5 - Object-Orientation in Kotlin/57 - Packages and Imports.mp4
23.76 MB
5 - Object-Orientation in Kotlin/58 - Generic Classes.mp4
27.65 MB
5 - Object-Orientation in Kotlin/59 - Generic Functions.mp4
27.18 MB
5 - Object-Orientation in Kotlin/60 - Covariance.mp4
29.57 MB
5 - Object-Orientation in Kotlin/61 - Covariance - Java vs Kotlin.mp4
73.12 MB
5 - Object-Orientation in Kotlin/62 - Covariance vs Contravariance - 'out' and 'in'.mp4
38.35 MB
5 - Object-Orientation in Kotlin/63 - Recap.mp4
10.6 MB
6 - Kotlin for Android -- Fundamentals/64 - Introduction.mp4
17.1 MB
6 - Kotlin for Android -- Fundamentals/65 - Create the App Project.mp4
25.19 MB
6 - Kotlin for Android -- Fundamentals/66 - Understand the Android Versions.mp4
15.64 MB
6 - Kotlin for Android -- Fundamentals/67 - Create a CardView Layout and Add UI Elements.mp4
127.95 MB
6 - Kotlin for Android -- Fundamentals/68 - Use the 'Kotlin Android Extensions'.mp4
50.01 MB
6 - Kotlin for Android -- Fundamentals/69 - Challenge Solution.mp4
23.51 MB
6 - Kotlin for Android -- Fundamentals/resources/walk.jpg
31.76 KB
6 - Kotlin for Android -- Fundamentals/resources/water.jpg
17.54 KB
7 - Kotlin for Android -- Implement a RecyclerView/70 - Introduction.mp4
6.07 MB
7 - Kotlin for Android -- Implement a RecyclerView/71 - What is a RecyclerView.mp4
39.87 MB
7 - Kotlin for Android -- Implement a RecyclerView/72 - Create the Data Class 'Habit'.mp4
31.49 MB
7 - Kotlin for Android -- Implement a RecyclerView/73 - Implement the 'HabitsAdapter' - Part I.mp4
35.83 MB
7 - Kotlin for Android -- Implement a RecyclerView/74 - Implement the 'HabitsAdapter' - Part II.mp4
28.55 MB
7 - Kotlin for Android -- Implement a RecyclerView/75 - Implement the 'HabitsAdapter' - Part III.mp4
77.86 MB
8 - Kotlin for Android -- Let Users Create Habits/76 - Introduction.mp4
9.56 MB
8 - Kotlin for Android -- Let Users Create Habits/77 - Add a Menu.mp4
12.08 MB
8 - Kotlin for Android -- Let Users Create Habits/78 - Add a Second Activity.mp4
20.61 MB
8 - Kotlin for Android -- Let Users Create Habits/79 - Use Intents to Switch Activities.mp4
81.74 MB
8 - Kotlin for Android -- Let Users Create Habits/80 - Challenge Solution.mp4
64.12 MB
8 - Kotlin for Android -- Let Users Create Habits/81 - Let Users Choose an Image.mp4
34.7 MB
8 - Kotlin for Android -- Let Users Create Habits/82 - Get the Selected Image Back (onActivityResult).mp4
57.64 MB
8 - Kotlin for Android -- Let Users Create Habits/83 - Show Error Messages to the User.mp4
89.53 MB
8 - Kotlin for Android -- Let Users Create Habits/84 - Code Along - An Extension Function for 'EditText'.mp4
31.91 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/85 - Introduction.mp4
7.01 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/86 - Introducing SQLite.mp4
8.14 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/87 - Define the Contracts.mp4
18.4 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/88 - Implement the Database Helper.mp4
41.29 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/89 - Store a Habit to SQLite.mp4
51.35 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/90 - Implementing Secure Transactions (that support Rollback).mp4
23.01 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/91 - Clean Code - Improving Transactions in Kotlin.mp4
36.25 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/92 - Clean Code - Further Improving Transactions and Performance.mp4
42.29 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/93 - Store the Habit in 'CreateHabitActivity'.mp4
80.02 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/94 - Read All Habits from SQLite.mp4
105.31 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/95 - Challenge Solution.mp4
34.58 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/96 - Challenge Solution.mp4
90.69 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/97 - Add Files to the Virtual Device (Excursus).mp4
6.23 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/resources/HabitTrainer.zip
193 KB
GitHub.txt
50 B

免责声明

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