Join Slack
Powered by
Are there any sample projects available where Kotl...
# compose
m
Matti MK
10/11/2021, 7:57 AM
Are there any sample projects available where Kotlin Flow, without LiveData, is used with Compose?
c
Csaba Kozák
10/11/2021, 8:27 AM
In the
official samples
, most of the ViewModel files use `StateFlow`s.
m
Matti MK
10/11/2021, 8:29 AM
Great, thanks! Didn’t expect that 👍
s
seb
10/11/2021, 9:56 AM
You can also look at
cwti.link/bundel
. It's an open source compose app I am working on, uses Flow and zero livedata
2
Views
Open in Slack
Previous
Next