#kotlin
Read more stories on Hashnode
Articles with this tag
Introduction In Android app development, the need to pass data between different components of an app is common. Two common approaches for achieving...
Introduction Welcome to one step closer to your success, Today, deep dive into two concepts that might seem confusing at first, but don't worry we...
What is null in Kotlin? In Kotlin, null represents the absence of a value. By default, Kotlin enforces strict null safety, meaning variables cannot...