Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin Compiler: `nop`s in bytecode

kotlin jvm bytecode kotlinc

Fastest way to remove first n elements from MutableList

How to get ID of insert query in Room db with coroutines

Cannot observe LiveData<MutableList<T>> from ViewModel in my fragment

How to get Client IP with ktor

java kotlin ktor

How to memoize a lambda function in Jetpack Compose like useCallback

how to do a swipeable on Material3 compose

"Function0 is not a functional interface" error when passing java lambda to kotlin fun

java kotlin

Different Between ArrayList, IntArray and Array<Int> [duplicate]

java kotlin

MediaPlayer - setAudioAttributes not working properly

How can I remove the decimal parts from numbers in Kotlin?

android kotlin

How to use regex beginning marker (^) in a kotlin regex statement

android regex kotlin

DiffCallback not called in listadapter

Kotlin, Micronaut and Hibernate custom bean validator is never called

Fragment not attached to context on Navigation Component

Recyclerview view not populating

Why use the OneTimeWorkRequest's setInitialDelay() function of the WorkManager, the delay does not apply when changing the device's time

One to Many / Many to one relationship isn't saved in Kotlin, while it is in Java