Kotlin data class inheritance

Kotlin data class

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 the Student class that has name, email, and age. The only thing we have to do is write the definition as follows. data class Student(val name: … Read more

Kotlin vs Java performance Which is the Better

kotlin vs java

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 language for Android application development. The demand for the programming language has increased dramatically in both the enterprise and developer community. The language has been praised by Google … Read more

alert dialog android kotlin

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 we make it a custom alert dialog android. You can customize it according to your requirement so that make an  XML file for UI creation. … Read more

how to disable screenshot in android programmatically

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 screen capture in android using Kotlin. So how to disable screenshots programmatically user can’t take screenshots in our app. This is helpful for security issues … Read more

android kotlin splash screen example

Android Splash Screen

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 activity with the name splash screen. finish it. After the let’s make a design for splash screen open your XML file and make a  beautiful … Read more

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 language, the Activity file shall be created with Kotlin code.  Android Kotlin Application Example For creating this Android example  , we used Android Studio … Read more

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 expressive and concise programming language that reduces common code errors and easily integrates into existing apps.. And after announced google The Android community is migrating … Read more