Kotlin String The String class represents an array of char types. Strings are immutable which means the length and elements cannot be…
delegation
-
-
Kotlin Array Array is collection of similar data types either of Int, String etc. Array in Kotlinis mutable in nature with fixed…
-
Kotlin Environment Setup (Command line) Prerequisite Since Kotlin runs on JVM, it is necessary to install JDK and setup the JDK and…
-
Kotlin Environment Setup (IDE) Install JDK and Setup JDK path Since, Kotlin runs on JVM, it is necessary to install JDK and…
-
Using Google reCAPTCHA in Android Application In this tutorial, we will learn the working process of Google reCaptcha and integrate it in…
-
Android Studio Installation To develop an android application using Kotlin, we need a Android application development IDE such as Android Studio. Android…
-
Android Firebase Authentication – Google Login Firebase Authentication provides backend services for easy use the SDKs and in-built UI libraries to authenticate…
-
Kotlin Android Google Map Fixed Location Google Map displays the current location, navigate location direction, search location etc. To place the Google…
-
Kotlin Android TextView and EditText Android TextView is a user interface which displays the text to the user. A simple XML code…
-
Kotlin Android Google Map Search Location In the previous tutorial, we build the application that locate the Map Fixed Location and Map…