Kotlin operator overloadingIntroduction Since Kotlin provides user-defined types, it also provides the additional functionality to overload the standard operators, so that working with user-defined types is easier. All of the unary, binary, relational operators can be overload...Nov 13, 2022·4 min read
How to connect android-Kotlin applications to google playstore for rating.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 on a specific button or image. To perform this operation, Google provides several application progra...Nov 11, 2022·3 min read