Learn Kotlin From Zero to Hero

Learn Kotlin From Zero to Hero

Master Coding via YouTube Direct link

- Do while loop

21 of 82

21 of 82

- Do while loop

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Learn Kotlin From Zero to Hero

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

  1. 1 - Course Introduction
  2. 2 - Installing IDE
  3. 3 - Creating First Project
  4. 4 - Hello World in Kotlin
  5. 5 - Comments
  6. 6 - Constants
  7. 7 - Variables
  8. 8 - Type Conversion
  9. 9 - Numbers
  10. 10 - Char & Boolean
  11. 11 - Strings
  12. 12 - Pairs
  13. 13 - Triple
  14. 14 - Any, Unit & Nothing
  15. 15 - Comparison Operators
  16. 16 - Logical Operators in Kotlin
  17. 17 - String Equality
  18. 18 - Conditional Expressions
  19. 19 - Expressions vs Statements
  20. 20 - While Loop in Kotlin
  21. 21 - Do while loop
  22. 22 - Break From Loop
  23. 23 - Exercise 1
  24. 24 - Ranges
  25. 25 - For Loop in Kotlin
  26. 26 - Repeat & DownTo Statements
  27. 27 - Nested Loops
  28. 28 - Exercise 2: Multiplication Table
  29. 29 - Continue Keyword
  30. 30 - When Expression
  31. 31 - Return Value of Expression
  32. 32 - Exercise 3: Point in Space
  33. 33 - Functions in Kotlin
  34. 34 - Function Parameters
  35. 35 - Return Type of Function
  36. 36 - Overloading Functions
  37. 37 - Function as Variable
  38. 38 - Nullability
  39. 39 - Null & Not Null Operators
  40. 40 - Check For Nullability
  41. 41 - Elvis Operator
  42. 42 - Arrays
  43. 43 - Lists
  44. 44 - Accessing Elements of Lists
  45. 45 - Indexing and Slicing
  46. 46 - Search Elements "In" Operator
  47. 47 - Appending Elements to Array
  48. 48 - Inserting Elements to Array
  49. 49 - Removing Elements from List
  50. 50 - Sorting Elements of Array in Kotlin
  51. 51 - Iterating through Array Elements
  52. 52 - Maps in Kotlin
  53. 53 - Accessing Map Elements
  54. 54 - Adding Elements to Map
  55. 55 - Updating & Removing Elements from Map
  56. 56 - Iterating through Maps Elements
  57. 57 - Sets in Kotlin
  58. 58 - Using Sets
  59. 59 - Lambda Expressions
  60. 60 - Shortened Lambda
  61. 61 - Sorting Elements of Collection
  62. 62 - Iterating Collection using Lambda
  63. 63 - Class in Kotlin
  64. 64 - Reference Type
  65. 65 - Student Marks Exercises
  66. 66 - Objects
  67. 67 - Companion & Static
  68. 68 - Properties
  69. 69 - Default Values in Properties
  70. 70 - Initialize Properties
  71. 71 - Custom Getter
  72. 72 - Custom Setter
  73. 73 - Lazy Property
  74. 74 - Inheritance in Kotlin
  75. 75 - Polymorphism
  76. 76 - Method Overriding
  77. 77 - Abstract Class
  78. 78 - Sealed Classes
  79. 79 - Visibility Modifiers
  80. 80 - Interface in Kotlin
  81. 81 - Generics
  82. 82 - Why Generics?

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.