TorBT - Torrents and Magnet Links Search Engine

Kotlin for Android & Java Developers. Clean Code on Android

File Name
Size
1 - Introduction/01 - What You'll Learn in this Course.mp4
29 MB
1 - Introduction/02 - Make the Most of this Course!.mp4
16 MB
1 - Introduction/03 - Who's Using Kotlin.mp4
17 MB
2 - Get Ready/04 - Introduction.mp4
10 MB
2 - Get Ready/05 - Install the Java JDK 8.mp4
37 MB
2 - Get Ready/06 - Install Android Studio.mp4
38 MB
2 - Get Ready/07 - Set Up a Project in Android Studio.mp4
64 MB
2 - Get Ready/08 - Recap.mp4
2.7 MB
3 - Kotlin Basics/09 - Introduction.mp4
8.6 MB
3 - Kotlin Basics/10 - Variables and Data Types.mp4
24 MB
3 - Kotlin Basics/11 - Null Safety in Kotlin.mp4
25 MB
3 - Kotlin Basics/12 - Conditionals - 'if' Expressions.mp4
28 MB
3 - Kotlin Basics/13 - Conditionals - 'when' Expressions.mp4
30 MB
3 - Kotlin Basics/14 - Collections.mp4
29 MB
3 - Kotlin Basics/15 - 'for' Loops.mp4
28 MB
3 - Kotlin Basics/16 - 'while' Loops.mp4
22 MB
3 - Kotlin Basics/17 - Functions.mp4
19 MB
3 - Kotlin Basics/18 - Get Ready for Serious Kotlin Coding (Set up IntelliJ IDEA).mp4
19 MB
3 - Kotlin Basics/19 - Create a main() Function.mp4
7.7 MB
3 - Kotlin Basics/20 - Named Arguments & Default Parameter Values.mp4
20 MB
3 - Kotlin Basics/21 - Exceptions.mp4
27 MB
3 - Kotlin Basics/22 - Why No Checked Exceptions.mp4
28 MB
3 - Kotlin Basics/23 - Recap.mp4
11 MB
4 - Functional Programming/24 - Introduction.mp4
8.2 MB
4 - Functional Programming/25 - What is Functional Programming.mp4
19 MB
4 - Functional Programming/26 - Functional Programming II.mp4
26 MB
4 - Functional Programming/27 - Lambdas & Higher-Order Functions.mp4
35 MB
4 - Functional Programming/28 - Use map() and flatMap().mp4
34 MB
4 - Functional Programming/29 - Use take() and drop().mp4
30 MB
4 - Functional Programming/30 - Use zip().mp4
20 MB
4 - Functional Programming/31 - Chain Functions Together.mp4
24 MB
4 - Functional Programming/32 - Lazy Sequences.mp4
37 MB
4 - Functional Programming/33 - Case Study - Performance of Lazy Sequences.mp4
35 MB
4 - Functional Programming/34 - Code Along - Infinite Lazy Sequence of All Prime Numbers.mp4
92 MB
4 - Functional Programming/35 - Use 'let' Operator for Scoping and Nullables.mp4
24 MB
4 - Functional Programming/36 - Use 'with' for Many Calls on the Same Object.mp4
18 MB
4 - Functional Programming/37 - Use 'use' for Closeable (like try-with-resources).mp4
26 MB
4 - Functional Programming/38 - Inline Functions.mp4
53 MB
4 - Functional Programming/39 - Recap.mp4
14 MB
5 - Object-Orientation in Kotlin/40 - Introduction.mp4
12 MB
5 - Object-Orientation in Kotlin/41 - Classes.mp4
5.8 MB
5 - Object-Orientation in Kotlin/42 - Properties with Getters & Setters.mp4
20 MB
5 - Object-Orientation in Kotlin/43 - Primary and Secondary Constructors.mp4
30 MB
5 - Object-Orientation in Kotlin/44 - Methods.mp4
16 MB
5 - Object-Orientation in Kotlin/45 - Extension Functions.mp4
25 MB
5 - Object-Orientation in Kotlin/46 - Data Classes.mp4
43 MB
5 - Object-Orientation in Kotlin/47 - Enums.mp4
23 MB
5 - Object-Orientation in Kotlin/48 - Inheritance.mp4
15 MB
5 - Object-Orientation in Kotlin/49 - Code Along - Inheritance Example.mp4
23 MB
5 - Object-Orientation in Kotlin/50 - Abstract Classes.mp4
21 MB
5 - Object-Orientation in Kotlin/51 - Interfaces.mp4
34 MB
5 - Object-Orientation in Kotlin/52 - Overriding Rules.mp4
45 MB
5 - Object-Orientation in Kotlin/53 - Smart Casts.mp4
34 MB
5 - Object-Orientation in Kotlin/54 - Visibilities.mp4
33 MB
5 - Object-Orientation in Kotlin/55 - Companion Objects for 'Static' Members.mp4
28 MB
5 - Object-Orientation in Kotlin/56 - Object Declarations as Singletons.mp4
23 MB
5 - Object-Orientation in Kotlin/57 - Packages and Imports.mp4
24 MB
5 - Object-Orientation in Kotlin/58 - Generic Classes.mp4
28 MB
5 - Object-Orientation in Kotlin/59 - Generic Functions.mp4
27 MB
5 - Object-Orientation in Kotlin/60 - Covariance.mp4
30 MB
5 - Object-Orientation in Kotlin/61 - Covariance - Java vs Kotlin.mp4
73 MB
5 - Object-Orientation in Kotlin/62 - Covariance vs Contravariance - 'out' and 'in'.mp4
38 MB
5 - Object-Orientation in Kotlin/63 - Recap.mp4
11 MB
6 - Kotlin for Android -- Fundamentals/64 - Introduction.mp4
17 MB
6 - Kotlin for Android -- Fundamentals/65 - Create the App Project.mp4
25 MB
6 - Kotlin for Android -- Fundamentals/66 - Understand the Android Versions.mp4
16 MB
6 - Kotlin for Android -- Fundamentals/67 - Create a CardView Layout and Add UI Elements.mp4
128 MB
6 - Kotlin for Android -- Fundamentals/68 - Use the 'Kotlin Android Extensions'.mp4
50 MB
6 - Kotlin for Android -- Fundamentals/69 - Challenge Solution.mp4
24 MB
6 - Kotlin for Android -- Fundamentals/resources/walk.jpg
32 kB
6 - Kotlin for Android -- Fundamentals/resources/water.jpg
18 kB
7 - Kotlin for Android -- Implement a RecyclerView/70 - Introduction.mp4
6.1 MB
7 - Kotlin for Android -- Implement a RecyclerView/71 - What is a RecyclerView.mp4
40 MB
7 - Kotlin for Android -- Implement a RecyclerView/72 - Create the Data Class 'Habit'.mp4
32 MB
7 - Kotlin for Android -- Implement a RecyclerView/73 - Implement the 'HabitsAdapter' - Part I.mp4
36 MB
7 - Kotlin for Android -- Implement a RecyclerView/74 - Implement the 'HabitsAdapter' - Part II.mp4
28 MB
7 - Kotlin for Android -- Implement a RecyclerView/75 - Implement the 'HabitsAdapter' - Part III.mp4
78 MB
8 - Kotlin for Android -- Let Users Create Habits/76 - Introduction.mp4
9.6 MB
8 - Kotlin for Android -- Let Users Create Habits/77 - Add a Menu.mp4
12 MB
8 - Kotlin for Android -- Let Users Create Habits/78 - Add a Second Activity.mp4
21 MB
8 - Kotlin for Android -- Let Users Create Habits/79 - Use Intents to Switch Activities.mp4
82 MB
8 - Kotlin for Android -- Let Users Create Habits/80 - Challenge Solution.mp4
64 MB
8 - Kotlin for Android -- Let Users Create Habits/81 - Let Users Choose an Image.mp4
35 MB
8 - Kotlin for Android -- Let Users Create Habits/82 - Get the Selected Image Back (onActivityResult).mp4
58 MB
8 - Kotlin for Android -- Let Users Create Habits/83 - Show Error Messages to the User.mp4
90 MB
8 - Kotlin for Android -- Let Users Create Habits/84 - Code Along - An Extension Function for 'EditText'.mp4
32 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/85 - Introduction.mp4
7.0 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/86 - Introducing SQLite.mp4
8.1 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/87 - Define the Contracts.mp4
18 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/88 - Implement the Database Helper.mp4
41 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/89 - Store a Habit to SQLite.mp4
51 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/90 - Implementing Secure Transactions (that support Rollback).mp4
23 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/91 - Clean Code - Improving Transactions in Kotlin.mp4
36 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/92 - Clean Code - Further Improving Transactions and Performance.mp4
42 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/93 - Store the Habit in 'CreateHabitActivity'.mp4
80 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/94 - Read All Habits from SQLite.mp4
105 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/95 - Challenge Solution.mp4
35 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/96 - Challenge Solution.mp4
91 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/97 - Add Files to the Virtual Device (Excursus).mp4
6.2 MB
9 - Kotlin for Android -- Use SQLite the Kotlin Way!/resources/HabitTrainer.zip
193 kB
GitHub.txt
50 B