[PaidCoursesForFree.com] - Udemy - Kotlin for Beginners Learn Programming With Kotlin
1. Welcome!/1. Introduction (What You're Going To Get Out Of This Course!).vtt 2.5 KB 1. Welcome!/2. How To Make The Most Of This Course.vtt 7.6 KB 1. Welcome!/2.1 Code for this course on GitHub.html 112 B 1. Welcome!/3. Course Updates and Additions.vtt 1.7 KB 10. Object-Oriented Programming -- Part I/10. Named Parameters & Default Values.html 116 B 10. Object-Oriented Programming -- Part I/12. Open Classes and Inheritance.html 116 B 10. Object-Oriented Programming -- Part I/13. Abstract Classes.vtt 8.9 KB 10. Object-Oriented Programming -- Part I/14. Abstract Classes.html 116 B 10. Object-Oriented Programming -- Part I/15. Open vs. Abstract.vtt 7.4 KB 10. Object-Oriented Programming -- Part I/15.1 Kotlin Docs Classes & Inheritance.html 111 B 10. Object-Oriented Programming -- Part I/16. Open vs. Abstract.html 116 B 10. Object-Oriented Programming -- Part I/17.1 Kotlin Docs Interfaces.html 114 B 10. Object-Oriented Programming -- Part I/18. Interfaces.html 116 B 10. Object-Oriented Programming -- Part I/19. Object-Orientation - Part I.html 116 B 10. Object-Oriented Programming -- Part I/2. The Basics of Object-Orientation.html 116 B 10. Object-Oriented Programming -- Part I/3. Your First Class.vtt 8.5 KB 10. Object-Oriented Programming -- Part I/4. Methods.vtt 8.8 KB 10. Object-Oriented Programming -- Part I/5. Properties and Methods.html 116 B 10. Object-Oriented Programming -- Part I/6. Constructors.vtt 9.3 KB 10. Object-Oriented Programming -- Part I/7. Object Creation.html 116 B 10. Object-Oriented Programming -- Part I/8.1 View solution on GitHub.html 197 B 10. Object-Oriented Programming -- Part I/9. Named Parameters & Default Values.vtt 8.7 KB 11. Object-Oriented Programming -- Part II/10. Packages.html 116 B 11. Object-Oriented Programming -- Part II/12. Imports.html 116 B 11. Object-Oriented Programming -- Part II/2. Overriding.html 116 B 11. Object-Oriented Programming -- Part II/3.1 Kotlin Docs Data Classes.html 116 B 11. Object-Oriented Programming -- Part II/4. Data Classes.html 116 B 11. Object-Oriented Programming -- Part II/5.1 View solution on GitHub.html 163 B 11. Object-Oriented Programming -- Part II/6. Objects Singletons.vtt 8.5 KB 11. Object-Oriented Programming -- Part II/6.1 Kotlin Docs Object Declarations.html 123 B 11. Object-Oriented Programming -- Part II/7.1 Kotlin Docs Enum Classes.html 116 B 11. Object-Oriented Programming -- Part II/8. Basic Enums.html 116 B 11. Object-Oriented Programming -- Part II/9. Packages.vtt 7.8 KB 12. Binary & Hexadecimal Numbers/2. Hexadecimal Numbers.html 116 B 12. Binary & Hexadecimal Numbers/4. Binary Numbers.html 116 B 13. Object-Oriented Programming -- Part III/1. The Principle of Information Hiding.vtt 8.5 KB 13. Object-Oriented Programming -- Part III/10.1 Kotlin Docs Generics.html 112 B 13. Object-Oriented Programming -- Part III/11. Quiz Generics II.html 116 B 13. Object-Oriented Programming -- Part III/2. Information Hiding.html 116 B 13. Object-Oriented Programming -- Part III/3.1 Kotlin Docs Properties.html 114 B 13. Object-Oriented Programming -- Part III/4. Quiz Getters and Setters.html 116 B 13. Object-Oriented Programming -- Part III/5.1 Kotlin Docs Visibility Modifiers.html 124 B 13. Object-Oriented Programming -- Part III/6. Quiz Visibilities.html 116 B 13. Object-Oriented Programming -- Part III/8. Quiz Generics.html 116 B 14. IO -- Input and Output/1. Introduction to IO.vtt 5.4 KB 14. IO -- Input and Output/2. A Little Console Game.vtt 10.3 KB 14. IO -- Input and Output/5. Reading From a File.vtt 7.1 KB 14. IO -- Input and Output/5.1 58.inputfile.txt.txt 143 B 14. IO -- Input and Output/6.1 Kotlin Docs Collections.html 115 B 14. IO -- Input and Output/7. Challenge Find the Most Frequent IP Address.vtt 2.3 KB 14. IO -- Input and Output/7.1 60.ips.txt.txt 2.7 KB 14. IO -- Input and Output/8.1 GitHub repo for this course.html 112 B 15. Bonus/1. Bonus Lecture.html 2.8 KB 2. What is Kotlin/2. Try It Out In 30 Seconds!.vtt 2.4 KB 2. What is Kotlin/2.1 Try out Kotlin.html 154 B 3. Getting the Tools/1. Downloading the JDK.vtt 5.5 KB 3. Getting the Tools/1.1 JDK Download.html 144 B 3. Getting the Tools/2. Downloading IntelliJ.vtt 3.2 KB 3. Getting the Tools/2.1 Download IntelliJ.html 91 B 3. Getting the Tools/3. Setting up IntelliJ.vtt 7.7 KB 4. Getting Started With Kotlin!/1. Using Kotlin Interactively in REPL.vtt 9.4 KB 4. Getting Started With Kotlin!/10. Your First Stand-Alone App.vtt 2.7 KB 4. Getting Started With Kotlin!/2. Variables.vtt 7.6 KB 4. Getting Started With Kotlin!/3. Variables.html 116 B 4. Getting Started With Kotlin!/4.1 Kotlin Docs Basic Types.html 115 B 4. Getting Started With Kotlin!/5. Variables and Data Types.html 116 B 4. Getting Started With Kotlin!/6. Expressions vs. Statements.vtt 9 KB 4. Getting Started With Kotlin!/7. Expressions vs. Statements.html 116 B 4. Getting Started With Kotlin!/8.1 Kotlin Docs Null Safety.html 115 B 4. Getting Started With Kotlin!/9. Nullables.html 116 B 5. Conditional Statements/10.1 View solution on GitHub.html 168 B 5. Conditional Statements/2. if Statements.html 116 B 5. Conditional Statements/3. Conditional Statements Using when.vtt 1.9 KB 5. Conditional Statements/4. when Statements.html 116 B 5. Conditional Statements/5. When to Use if vs when.vtt 3.3 KB 5. Conditional Statements/6. Conditional Statements Using if and when.html 116 B 5. Conditional Statements/7. Conditional Expressions.vtt 7.9 KB 5. Conditional Statements/8. More Advanced when Constructs.vtt 4.8 KB 5. Conditional Statements/8.1 Kotlin Docs Control Flow.html 116 B 5. Conditional Statements/9. Advanced Conditionals.html 116 B 6. Arrays and Lists/1. Arrays vs. Lists.vtt 7.9 KB 6. Arrays and Lists/3.1 Kotlin Docs Collections.html 115 B 6. Arrays and Lists/4. Arrays and Lists in Kotlin.html 116 B 7. Lucky Loop/1. for Loops.vtt 10.4 KB 7. Lucky Loop/2. while Loops.vtt 6.2 KB 7. Lucky Loop/2.1 Kotlin Docs Control Flow.html 116 B 7. Lucky Loop/3. Loops Using for and while.html 116 B 7. Lucky Loop/4. Using break and continue Statements.vtt 7.1 KB 7. Lucky Loop/4.1 Kotlin Docs Returns.html 111 B 7. Lucky Loop/5. Naming loops.vtt 2.9 KB 7. Lucky Loop/6. Using break, continue and return.html 116 B 7. Lucky Loop/7.1 View solution on GitHub.html 163 B 8. Congrats Novice!/1. Congratulations!.vtt 6.7 KB 8. Congrats Novice!/1.1 Kotlin Docs Coding Conventions.html 122 B 8. Congrats Novice!/2. All The Basics (Recap What You've Learned!).html 116 B 8. Congrats Novice!/3.1 View solution on GitHub.html 162 B 9. Functions/1.1 Kotlin Docs Functions.html 113 B 9. Functions/2. Functions.html 116 B