Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

I tried to use Kotlin Coroutine Channels and got an ObsoleteCoroutinesApi warning. Where is the replacement?

kotlin kotlinx.coroutines

Pass view id or reference in databinding method reference

android data-binding kotlin

Why private constructor of sealed class can be called in sub class?

kotlin

notifyItemChanged() not working when called within setOnUtteranceProgressListener

Repeat a task within a duration with delay

Convert callback hell to deferred object

Fragment's content gone when i navigate back to them

Kotlin contract infer return value instead of argument value

kotlin kotlin-contracts

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