Category: Kotlin
Learn Kotlin for Android
Whether you’re interested in getting started with Kotlin or are looking to grow your expertise, Google’s Kotlin for Android training courses can help you advance your skills.
Android Basics in Kotlin
If you have little to no programming experience, this course can help you learn how to build simple Android apps in Kotlin.
START COURSE
Difference between val and var in Kotlin
Hi, Developer in this Kotlin article we learn about the difference between Val and Var in Kotlin. There are two main keywords that you should study when it comes to […]
Android Kotlin Functions and Visibility Modifiers
In this android Kotlin article, we learn about the Kotlin Functions and Visibility Modifiers. Also, you’ll be able to learn everything you need to know regarding Kotlin functionality and visible […]
Kotlin Android Extensions – No more findViewById
Kotlin Android Extensions enable us to utilize the View component (EditTexts, TextViews, Buttons,…) directly, without using findViewById. This code sample is what we have previously covered in our tutorial. Like in the past, […]
Kotlin data class inheritance
A compiler-derived Kotlin data class that holds data (of an object) is the Kotlin Data Class. The data keyword is used to define a Kotlin Data Class. Let’s assume we have to use […]
Kotlin vs Java performance Which is the Better
In this Artcile we disscion on Kotlin vs Java performanceWhich is the Better Option for Android. The Kotlin app development community continues to grow. In 2017, Google made Kotlin the second official […]
alert dialog android kotlin
In this alert dialog android example, we learn how I make a customer alert box in android. In android use the latest language kotlin for android app development so that […]
how to disable screenshot in android programmatically
Hi in this android article we discuss how to disable screenshots in our android programmatically. Like if you want to user can’t take screenshots of your application so we disable […]
android kotlin splash screen example
Hi, developer in this Kotlin tutorial we are sharing an example for the Android Kotlin splash screen. we create a new android project with select kotlin then select an empty […]
Kotlin Android Application Example – Hello World
Hi developers In this Android Kotlin tutorial, we shall learn to create an Simple Android Application with Kotlin language support. When we create a new Android project Then Select an […]
Kotlin Android Tutorial
Kotlin is a new programming language that run on JVM similar to java. Google has announced 2019 Kotlin as one of its officially supported programming languages in Android Studio Kotlin is an […]