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

Baeldung on Kotlin

  • All
  • Kotlin Strings (5)
  • Kotlin Collections (4)
  • Patterns (3)
  • Libraries (2)
  • Algorithms (2)
  • Testing (1)
  • Kotlin-Java Interop (1)
  • Kotlin Numbers (1)
  • Kotlin IO (1)
  • Kotlin Functions (1)
  • Kotlin Dates (1)
  • Kotlin (1)

The Adapter Pattern in Kotlin

The article introduces the Adapter Pattern in Kotlin, a design pattern that enables collaboration between classes with incompatible interfaces. We use an Audio Player example to demonstrate how the pattern works.

Read More →