How i can re-execute StateFlow in ViewModel Android? I have use case where i needs to do refresh of data
I am trying re-execute StateFlow in ViewModel (refresh something, new API request…), but it not work. This is my simple example about counter:
Is there any good way to convert StartActivityResult callback in compose to Coroutine linear style?
I’m facing a design problem about compose + coroutine