FileMood

Download Kotlin for Android & Java Developers. Clean Code on Android

Kotlin for Android Java Developers Clean Code on Android

Name

Kotlin for Android & Java Developers. Clean Code on Android

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.3 GB

Total Files

103

Last Seen

2025-07-18 23:37

Hash

C742D57E37BBEB6D40A8D9337E47856C85363929

/.../6 - Kotlin for Android -- Fundamentals/

67 - Create a CardView Layout and Add UI Elements.mp4

134.2 MB

64 - Introduction.mp4

17.9 MB

65 - Create the App Project.mp4

26.4 MB

66 - Understand the Android Versions.mp4

16.4 MB

68 - Use the 'Kotlin Android Extensions'.mp4

52.4 MB

69 - Challenge Solution.mp4

24.7 MB

/

TutsNode.com.txt

0.1 KB

[TGx]Downloaded from torrentgalaxy.to .txt

0.6 KB

/[TutsNode.com] - Kotlin for Android & Java Developers/

GitHub.txt

0.1 KB

/1 - Introduction/

01 - What You'll Learn in this Course.mp4

30.6 MB

02 - Make the Most of this Course!.mp4

17.1 MB

03 - Who's Using Kotlin.mp4

18.1 MB

/2 - Get Ready/

04 - Introduction.mp4

10.8 MB

05 - Install the Java JDK 8.mp4

38.4 MB

06 - Install Android Studio.mp4

40.1 MB

07 - Set Up a Project in Android Studio.mp4

67.5 MB

08 - Recap.mp4

2.9 MB

/3 - Kotlin Basics/

09 - Introduction.mp4

9.0 MB

10 - Variables and Data Types.mp4

25.5 MB

11 - Null Safety in Kotlin.mp4

26.6 MB

12 - Conditionals - 'if' Expressions.mp4

29.4 MB

13 - Conditionals - 'when' Expressions.mp4

30.9 MB

14 - Collections.mp4

30.0 MB

15 - 'for' Loops.mp4

29.1 MB

16 - 'while' Loops.mp4

22.6 MB

17 - Functions.mp4

19.5 MB

18 - Get Ready for Serious Kotlin Coding (Set up IntelliJ IDEA).mp4

19.7 MB

19 - Create a main() Function.mp4

8.1 MB

20 - Named Arguments & Default Parameter Values.mp4

21.3 MB

21 - Exceptions.mp4

28.2 MB

22 - Why No Checked Exceptions.mp4

29.7 MB

23 - Recap.mp4

11.8 MB

/4 - Functional Programming/

24 - Introduction.mp4

8.6 MB

25 - What is Functional Programming.mp4

20.1 MB

26 - Functional Programming II.mp4

26.8 MB

27 - Lambdas & Higher-Order Functions.mp4

37.1 MB

28 - Use map() and flatMap().mp4

35.6 MB

29 - Use take() and drop().mp4

31.0 MB

30 - Use zip().mp4

21.1 MB

31 - Chain Functions Together.mp4

25.7 MB

32 - Lazy Sequences.mp4

38.5 MB

33 - Case Study - Performance of Lazy Sequences.mp4

36.7 MB

34 - Code Along - Infinite Lazy Sequence of All Prime Numbers.mp4

96.6 MB

35 - Use 'let' Operator for Scoping and Nullables.mp4

25.4 MB

36 - Use 'with' for Many Calls on the Same Object.mp4

18.3 MB

37 - Use 'use' for Closeable (like try-with-resources).mp4

27.1 MB

38 - Inline Functions.mp4

56.0 MB

39 - Recap.mp4

15.1 MB

/.../5 - Object-Orientation in Kotlin/

40 - Introduction.mp4

12.4 MB

41 - Classes.mp4

6.1 MB

42 - Properties with Getters & Setters.mp4

21.3 MB

43 - Primary and Secondary Constructors.mp4

31.8 MB

44 - Methods.mp4

16.4 MB

45 - Extension Functions.mp4

26.2 MB

46 - Data Classes.mp4

45.4 MB

47 - Enums.mp4

23.8 MB

48 - Inheritance.mp4

15.9 MB

49 - Code Along - Inheritance Example.mp4

24.1 MB

50 - Abstract Classes.mp4

22.4 MB

51 - Interfaces.mp4

36.2 MB

52 - Overriding Rules.mp4

47.3 MB

53 - Smart Casts.mp4

35.2 MB

54 - Visibilities.mp4

34.2 MB

55 - Companion Objects for 'Static' Members.mp4

29.1 MB

56 - Object Declarations as Singletons.mp4

24.6 MB

57 - Packages and Imports.mp4

24.9 MB

58 - Generic Classes.mp4

29.0 MB

59 - Generic Functions.mp4

28.5 MB

60 - Covariance.mp4

31.0 MB

61 - Covariance - Java vs Kotlin.mp4

76.7 MB

62 - Covariance vs Contravariance - 'out' and 'in'.mp4

40.2 MB

63 - Recap.mp4

11.1 MB

/.../6 - Kotlin for Android -- Fundamentals/resources/

walk.jpg

32.5 KB

water.jpg

18.0 KB

/.../7 - Kotlin for Android -- Implement a RecyclerView/

70 - Introduction.mp4

6.4 MB

71 - What is a RecyclerView.mp4

41.8 MB

72 - Create the Data Class 'Habit'.mp4

33.0 MB

73 - Implement the 'HabitsAdapter' - Part I.mp4

37.6 MB

74 - Implement the 'HabitsAdapter' - Part II.mp4

29.9 MB

75 - Implement the 'HabitsAdapter' - Part III.mp4

81.6 MB

/.../8 - Kotlin for Android -- Let Users Create Habits/

76 - Introduction.mp4

10.0 MB

77 - Add a Menu.mp4

12.7 MB

78 - Add a Second Activity.mp4

21.6 MB

79 - Use Intents to Switch Activities.mp4

85.7 MB

80 - Challenge Solution.mp4

67.2 MB

81 - Let Users Choose an Image.mp4

36.4 MB

82 - Get the Selected Image Back (onActivityResult).mp4

60.4 MB

83 - Show Error Messages to the User.mp4

93.9 MB

84 - Code Along - An Extension Function for 'EditText'.mp4

33.5 MB

/.../9 - Kotlin for Android -- Use SQLite the Kotlin Way!/

85 - Introduction.mp4

7.4 MB

86 - Introducing SQLite.mp4

8.5 MB

87 - Define the Contracts.mp4

19.3 MB

88 - Implement the Database Helper.mp4

43.3 MB

89 - Store a Habit to SQLite.mp4

53.8 MB

90 - Implementing Secure Transactions (that support Rollback).mp4

24.1 MB

91 - Clean Code - Improving Transactions in Kotlin.mp4

38.0 MB

92 - Clean Code - Further Improving Transactions and Performance.mp4

44.3 MB

93 - Store the Habit in 'CreateHabitActivity'.mp4

83.9 MB

94 - Read All Habits from SQLite.mp4

110.4 MB

95 - Challenge Solution.mp4

36.3 MB

96 - Challenge Solution.mp4

95.1 MB

97 - Add Files to the Virtual Device (Excursus).mp4

6.5 MB

/.../9 - Kotlin for Android -- Use SQLite the Kotlin Way!/resources/

HabitTrainer.zip

197.6 KB

 

Total files 103


Copyright © 2025 FileMood.com