Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin: how to return some value from scope?

kotlin

Accessing views from the Activity with Anko

android kotlin anko

What is difference between var name: String? and var name: String

kotlin

Kotlin: why the compiler needs the `const` modifier?

kotlin

Kotlin class implementing Java interface error

Boolean extension function

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