There are different approaches when it comes to validating properties of an object in Kotlin, which indirectly…
Kotlin
When I need to define constants, avoid “magical numbers” and model data in Kotlin and other languages,…
Historically in Android, if we wanted to share information like photos, music or other files, we needed…
Kotlin Multiplatform Mobile (from now on, KMM), it’s a new framework to develop hybrid mobile apps. Today I…
In this article, we are going straight to the point. 🚀 I want to share some extension…
Kotlin, in my experience, is usually a language easy to learn if you’ve already worked with OOP paradigms before….
One of the patterns that is super integrated in Kotlin is the delegation pattern. It helps the…
Callback hell is a consequence of asynchronous tasks that every developer who has faced it hates. It’s…