kotlin
Discover what type casting is, how Java and Kotlin approach it, which operators Kotlin provides, and how, when, and why to use them.
With KMM, you can write the core of your app in Kotlin and use it in Android and iOS applications. You only need to...
Learn how to use regular expression as a means of validation in Kotlin by building a simple app to validate a mobile number.
Let's look at how to compare Kotlin strings and other ways to work with stored string values in this statically typed language.
In this tutorial, we compare and contrast inheritance and Kotlin extensions to understand the pros and cons of each.
In this detailed tutorial, learn how to easily and powerfully test and debug your Android apps using Charles Web Proxy.
Lint tools are used to help find errors and avoid poorly written code. Learn about linting in Kotlin and how you can get started...
Learn about Kotlin generics, a way of writing our code in a flexible and safe with as few compile-time errors as possible.
There are five types of scope functions in Kotlin that execute a block of code within the scope of an object: let, with, run, apply, and also.
In this article, you will learn about the Map interface in Kotlin as well as its usage and association with coding examples.
Learn how to use the Jetpack DataStore API, a powerful and more performant persistent data storage alternative to the SharedPreferences API.
Kotlin's sealed classes can be more performant and flexible than enum or abstract classes. Learn how to use them in this tutorial.