Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

create method of DataSource.Factory doesn't get call

Forcing suspended function to work on one thread for mapping Realm objects in background

Bottom Navigation View setup with fragment navigation component not working

Is it possible to write a "suspend" function in a Room @DAO which returns LiveData? [duplicate]

Square brackets after function call

kotlin

Scene Builder not opening within IntelliJ Idea Community Edition

java intellij-idea kotlin

Livedata observers firing multiple times

How to cancel a running LiveData Coroutine Block

How can I declare a Pair array using Kotlin

android kotlin

Material Exposed Dropdown Menu OnItemSelectedListener not being called

Unit testing RxJava with a Completable.timer

android kotlin rx-java2

Is there a simple null safe operator for Kotlin function references?

kotlin

Why is Kotlin accepting a null value in an attribute declared as a non-nullable string?

java android kotlin gson

Kotlin Flow onBackpressureDrop RxJava2 analog

Coroutines, async DiffUtil and Inconsistency detected error

How to convert milliseconds to timestamp in kotlin programming

kotlin timestamp

Entry name 'org/joda/time/tz/data/Europe/Dublin' collided

Multiply an int by 30, 31, 32 - are these really optimized by the compiler? (effective java says so)

How to replace last character in String when it is in an Array

Ktor - post unhanldled error with coroutines

kotlin ktor