Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to Pass custom object via intent in kotlin

How to run code if object is null?

kotlin kotlin-null-safety

Renaming "java" directory to "kotlin" in Android Studio

Android vibrate is deprecated. How to use VibrationEffect in Android>= API 26?

Using Kotlin WHEN clause for <, <=, >=, > comparisons

kotlin

How to obtain all subclasses of a given sealed class?

kotlin

Volatile properties in Kotlin?

kotlin

Kotlin Activity cannot be extended. This type is final, so it cannot be inherited

How I can use callback in Kotlin?

java android xml kotlin listener

Kotlin - Wait function

kotlin wait

Upgrading Android kotlin version to 1.5.0 throwing error message on build

android kotlin

ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.7.1

How to create an anonymous implementation of an interface?

interface kotlin

android:exported needs to be explicitly specified for <activity>. Apps targeting Android 12 and higher are required to specify

Reading console input in Kotlin

input console stdin kotlin

How to add an item to a list in Kotlin?

Kotlin: Use a lambda in place of a functional interface?

kotlin data class + bean validation jsr 303

How do I do a "break" or "continue" when in a functional loop within Kotlin?

How to create constructor of custom view with Kotlin

android constructor kotlin