#kotlin
Read more stories on Hashnode
Articles with this tag
Introduction Since Kotlin provides user-defined types, it also provides the additional functionality to overload the standard operators, so that...
Introduction Kotlin offers a diverse set of solutions. The majority of these solutions are designed to make development simpler and faster. Kotlin...
Introduction A sealed class is a one-of-a-kind combination of an enum and an abstract class. Our lesson will begin with the creation of an enum class....
Try, catch, throw and finally ยท Introduction An exception is an unwelcome or unexpected occurrence that occurs during program execution, i.e. at run...
Introduction In this article, I will show how a developer can connect their app to the Google Play Store so that a user can rate the apps by clicking...