Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How can I generate random number in specific range in Android? [duplicate]

java android kotlin random

Kotlin and new ActivityTestRule : The @Rule must be public

Sort collection by multiple fields in Kotlin [duplicate]

kotlin

Default interface methods are only supported starting with Android 7.0 (Nougat)

android java-8 kotlin

How do I initialize Kotlin's MutableList to empty MutableList?

kotlin

What is the difference between var and val in Kotlin?

kotlin variables

How to initialize an array in Kotlin with values?

arrays kotlin

Smart cast to 'Type' is impossible, because 'variable' is a mutable property that could have been changed by this time

kotlin

Alarm Manager Example

What is the difference between "const" and "val"?

constants kotlin

Property initialization using "by lazy" vs. "lateinit"

properties kotlin

How to convert a Kotlin source file to a Java source file

java kotlin code-conversion

How to launch an Activity from another Application in Android

How to make an Android device vibrate? with different frequency?

Kotlin Ternary Conditional Operator

How to check if a "lateinit" variable has been initialized?

kotlin

Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6

What is the equivalent of Java static methods in Kotlin?

java kotlin static

Unfortunately MyApp has stopped. How can I solve this?

java android debugging kotlin

Place cursor at the end of text in EditText