playground

Debounce Search in Jetpack Compose – Android | KMP Guide

Ever built a search feature that fires off network requests like a machine gun with every keystroke? We've all been… Read More

6 months ago

What is a Factory Method in Kotlin?

It's a kinda Design Pattern. How and when do we need to use it? The Factory method is a creational… Read More

4 years ago

What are Generics in Kotlin?

They enable types (classes and interfaces) to be parameters when defining classes, interfaces, and methods/functions. Much like the more familiar… Read More

4 years ago

Companion Objects in Kotlin: Your Class’s Best Friend

Imagine you're at a party, and your friend introduces you to their "companion." Sounds fancy, right? Well, in Kotlin, companion… Read More

4 years ago