python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Jetpack Compose recompostion of property change in list of objects
I am quite new to Jetpack compose and have an issue that my list is not recomposing when a property of an object in the list changes. In my composable I get a list of available appointments from my vi...
xshake
Votes: 0
Answers: 0
Prevent replay of StateFlow after returning from another Activity
I've an Activity A, with it's ViewModel with StateFlow UI State implementation as said in Android's documentation.
class A_ViewModel: ViewModel() {
private val _uiState = MutableStateFlow(UIState....

Suraj Kumar Sau
Votes: 0
Answers: 2
App Crash when observing a Live Data in Jetpack Compose Composable due to memory issue
I have one Composable which has one Callback function which is responsible to perform some action based on value it is observing in ViewModel. The Composable looks like.
@Composable
fun MyComposable(
...

Satyam Gondhale
Votes: 0
Answers: 0
How can I generate an output pulse in Simulink every time a function-call trigger occurs?
I have an existing Simulink model from a customer that uses function-call semantics as event triggers on Stateflow charts, amongst other things.
For our current purposes, I need to be able to generate...
Danny S
Votes: 0
Answers: 2