python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does collecting this Flow not terminate?
As part of practicing coroutines and flow, I tried an implementation of RxJava's amb/race operator where I don't allow myself to use channels directly. Or, to put it differently, I use shareIn (Share...
Julian A.
Votes: 0
Answers: 0
ExecutorService analog in Kotlin
I have a piece of Java code that uses ExecutorService. I need to convert this code to Kotlin using coroutines. I tried using GlobalScope.launch() which did work but very differently. In Java code ther...
Klims
Votes: 0
Answers: 1
ComposeView with dynamic height flickering inside ConstraintLayout
I have a ComposeView inside a ConstraintLayout like that:
<androidx.compose.ui.platform.ComposeView
android:id="@+id/compose"
android:layout_width="match_parent&q...
g_lasso
Votes: 0
Answers: 1
What should I change if this is in a fragment?
The "this" in the two lines of this DailyMealFragment is having error. How could I change the "this" so that it could run in this DailyMealFragment
private fun loadRecyclerViewItem...
Shao Fan
Votes: 0
Answers: 1