Here's what I've written (so far):

Baeldung on Kotlin

  • All
  • Kotlin Strings (11)
  • Kotlin Collections (11)
  • Patterns (4)
  • Kotlin Basics (3)
  • Algorithms (3)
  • Libraries (2)
  • Kotlin-Java Interop (2)
  • Kotlin Numbers (2)
  • Kotlin Classes and Objects (2)
  • Kotlin Arrays (2)
  • Testing (1)
  • Kotlin IO (1)
  • Kotlin Functions (1)
  • Kotlin Dates (1)
  • Kotlin (1)

Convert Java to Kotlin

This article explores various ways of converting Java code to Kotlin code, including using IntelliJ IDE or Android Studio, an online tool called JavaInUse, and the advantages of Kotlin over Java. It also discusses the limitations of each method and provides recommendations for when to use them.

Read More →