Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to split a Kotlin flow into 2 flows?

How to observe data from live data android on Three different Fragment

PagedList is deprecated

Slack Api 1.27.1, using filesUploadV2 responds null, filesUpload (v1) works fine

Unwanted recomposition when using Context/Toast in event - Jetpack Compose

Collecting multiple flows into one

Can Ktor HttpClient JsonFeature use kotlinx.serialization

Expected start of the array '[', but had 'EOF' instead

Gradle 6+ : compile groovy before kotlin

Unit testing Spring Boot application Service layer

mockito-kotlin whenever arguments - Parameter specified as non-null is null

android kotlin mockito

Null safety operator for function variable in Kotlin

kotlin kotlin-null-safety

How to initialize a flow in viewmodel with a suspend function as parameter

How to generate default values for a data class / POJO (in Kotlin/Java)?

java kotlin

Multiple options menu showing up on app bar

What is the difference between _uiState.asStateFlow() and StateFlow<UIState> = _uiState in ViewModel Jetpack Compose

Accessing teamcity parameters in kotlin DSL

kotlin teamcity

Android canvas line strokeCap round larger than simple line

How to handle multiple NavHosts/NavControllers?

Jetpack Compose how to collect flows from the view model and action them in composables?