How to use inline content in Text in Compose
Assume your PM asked you to create a component where you want…
Assume your PM asked you to create a component where you want…
Let’s say we are building a LazyList with a button at the…
Object-oriented programming (OOP) is a popular programming paradigm that allows developers to…
Have you ever noticed that major Android applications like Twitter and Facebook…
In Kotlin, an inline function is a function that is expanded at…
Do you know the difference between compileSdk, targetSdk and minSdk on Android?…
StringBuffer and StringBuilder are very important concepts in Java to play with…
You may have heard it a million times that Kotlin coroutines are…
Java isn’t as far behind Kotlin as you might think from reading…
In this blog, we’ll learn how to use Kotlin’s destructuring declarations to…