Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 944 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 944 Bytes

🟪 Kotlin for Java Developers

Code written while taking the Udemy course Kotlin for Java Developers.

📖 Sections complete

  1. ☑️ Introduction to the Course
  2. ☑️ Introduction to Kotlin
  3. ☑️ Basic Differences Between Kotlin and Java (challenge #1)
  4. ☑️ Data Types and Null Reference Handling (challenge #2)
  5. ☑️ OO and Kotlin: Classes, Functions, Inheritance (challenge #3)
  6. ☑️ Loops, and the If, When, and Try/Catch Expressions (challenge #4)
  7. ☑️ Lambda Expressions, Collections and Generics (challenge #5)
  8. ☑️ File I/O
  9. ☑️ Java Interoperability (challenge #6)
  10. ☑️ Course Wrap Up
  11. ☑️ Extra Information - Source code, and other stuff