Kotlin Tutorial for Beginners

Kotlin Tutorial for Beginners

Amigoscode via YouTube Direct link

- YT Intro

1 of 76

1 of 76

- YT Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Kotlin Tutorial for Beginners

Automatically move to the next video in the Classroom when playback concludes

  1. 1 - YT Intro
  2. 2 - Few Words Before We Start
  3. 3 - Course Intro
  4. 4 - Kotlin Playground
  5. 5 - Toolbox
  6. 6 - Create Kotlin Project
  7. 7 - IntelliJ New UI
  8. 8 - IDE Overview
  9. 9 - The Main Function
  10. 10 - Reserved Keywords
  11. 11 - Comments
  12. 12 - Println and Print
  13. 13 - Variables
  14. 14 - Datatypes
  15. 15 - Any
  16. 16 - Type Inference
  17. 17 - Val vs Var
  18. 18 - Const Keyword
  19. 19 - Null Safety
  20. 20 - Strings
  21. 21 - String Template
  22. 22 - Multiline Strings
  23. 23 - String Comparison
  24. 24 - Heap and String Pool Memory String Comparison
  25. 25 - Arithmetic Operators
  26. 26 - Math
  27. 27 - ++ and -- Operators
  28. 28 - Plus Operator
  29. 29 - Convert from one data type to another
  30. 30 - Booleans
  31. 31 - Naming Booleans
  32. 32 - Logical Operators
  33. 33 - Comparison Operators
  34. 34 - If Else Statement
  35. 35 - Else
  36. 36 - Else If
  37. 37 - If Expression
  38. 38 - Ifs Like Ternary In Java
  39. 39 - When Expression
  40. 40 - More on When Expression
  41. 41 - When booleans are null
  42. 42 - Intro
  43. 43 - Arrays
  44. 44 - Arrays Part 2
  45. 45 - Lists
  46. 46 - Mutable Lists
  47. 47 - Descructuring
  48. 48 - Never Mix Types
  49. 49 - For Loop
  50. 50 - Indices
  51. 51 - Range DownTo and Step
  52. 52 - Loop Through Strings
  53. 53 - forEach
  54. 54 - While loop
  55. 55 - DoWhile
  56. 56 - Break and Continue
  57. 57 - Intro
  58. 58 - Your First Function
  59. 59 - Parameters and Arguments
  60. 60 - Named Arguments
  61. 61 - Default Arguments
  62. 62 - Functions as Arguments
  63. 63 - Return
  64. 64 - Return value from functions
  65. 65 - Single Expression Functions
  66. 66 - Function Return Type Rule
  67. 67 - Return Multiple Values From Functions
  68. 68 - Classes and Objects Overview
  69. 69 - Defining Properties
  70. 70 - Getters and Setters
  71. 71 - Behaviours Functions
  72. 72 - Constructors
  73. 73 - Multiple Constructors
  74. 74 - ToString
  75. 75 - Equality with == and ===
  76. 76 - last

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.