EN VI
Posts (0)
Questions (3)
2024-03-11 20:30:05
You could perform the filtering inside the combine's transform which will be called on updates to the local data source. val uiState = combine( remoteFlow, localFlow, ) { remote, local ->...
2024-03-13 20:30:08
In Jetpack Compose, you should not store any state outside of Composables or ViewModels. So the way you defined your object DataSource is not a good practice. You should instead store your list in a C...
Tags: android list kotlin
2024-03-15 15:00:11
first of all the link of picture you put in doesn't show any thing and then the UI doesn't seem to reflect the updated heart rate value. you need to observe changes in the mutableHeartRate variable an...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login