Kotlin Android Google AdMob Interstitial Ads Example In this tutorial, we implement the Google AdMob Interstitial Ads in our Android application. To…
Kotlin Tutorial
-
-
Kotlin Android Google Map Current Location To implement the Google Map in an Android application, we need to generate the Google Map…
-
Kotlin Android AlertDialog Android AlertDialog is a subclass of Dialog class. It is used to prompt a small dialog window to make…
-
Kotlin Android Button Android Button is a push button used to perform events on its click. It is a UI component comes…
-
Kotlin Android Context Menu Android Context Menu is a floating menu which appears when a user performs a long-click on an element.…
-
Kotlin Android Custom ListView In the previous tutorial Kotlin Android ListView, we have created an example of default ListView. Android provides a…
-
Kotlin Android Custom Toast In the previous example, Kotlin Android Toast we display a simple toast message. We can also able to…
-
Kotlin Android Explicit Intent Android Intent is a messaging object used to request another app component to perform an action. Intent facilitates…
-
Kotlin Regex Pattern Regex uses several symbolic notation (patterns) in its function. Some commonly uses patterns are given below: Symbol Description x|y…
-
Kotlin while Loop The while loop is used to iterate a part of program several time. Loop executed the block of code…