Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How can I use Kotlin Compose to plot a line chart or graph?

Created a new module but extension functions show error: Cannot access 'java.io.Serializable' which is a supertype of 'kotlin.String'

android kotlin module

Populate a RecyclerView with rxkotlin: The Recyclerview stay empty

Kotlin: "val someVar = if (xx) 1 else 1.0", why is someVar an "Any"?

Kotlin code to remove duplicate object of one particular type from mutable list

android list kotlin

How to set NavigationView with AppBarConfiguration?

The last elements are not visible in LazyColumn. Jetpack Compose

Exception when using spring-data-mongodb with Kotlin

Kotlin - Infer type for one of two generic parameters

Jetpack Compose activities and composables for large projects

What is "androidx.lifecycle.BundlableSavedStateRegistry.key" in this bundle?

CoroutineScope with SupervisorJob vs supervisorScope

How to call a postgres function with an array of composite type

java postgresql jdbc kotlin

Navigation is being called every time in Jetpack Compose