Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin - How can i return different types from my method?

generics kotlin

Remove "this" callback in kotlin

android kotlin

How to delete some elements from list in kotlin

java arrays json kotlin gson

Zip more than 9 Observables in rxJava

Read first line from huge File in Kotlin

file kotlin bufferedreader

Find and return first match in nested lists in Kotlin?

kotlin

Two Additional types in default constructor in Kotlin?

How I can read content data from properties file to Properties object?

kotlin

How to close the soft keyboard from a fragment using Kotlin?

Using Kotlin singleton from Java

java android kotlin singleton

Nullable var with `?` vs. lateinit var

android kotlin

Idiomatic way of using StringBuilder in kotlin? [closed]

string kotlin idioms

Jetpack Compose: Custom VectorAsset Icon object similar to built-in `Icons.Default`

Kotlin: check if string is numeric

kotlin

Kotlin and verbose array instantiation

arrays syntax kotlin

Multi-line/complex property initializer without lambda

lambda kotlin

How to use setter like obj.value = "" when the setter has return value?

kotlin

How to return value from the function in kotlin

kotlin

Is there a way to nest an enum within a data class in Kotlin?

syntax enums kotlin

Filter by enum class property Kotlin

enums kotlin