Kotlin String The String class represents an array of char types. Strings are immutable which means the length and elements cannot be…
generics
-
-
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 ListView Android ListView is a view component that contains the list of items and is displayed in a scrollable list.…
-
Kotlin Android WebView Android WebView is a view component which displays the web pages in the application. It uses a WebKit engine…
-
Kotlin Android XML Parsing using DOM Parser XML document is commonly used to share the data on the internet. The data provided…