Join Slack
Powered by
Can anyone share me good and simple app with Compo...
# compose
w
Wajahat Karim
09/27/2020, 5:12 PM
Can anyone share me good and simple app with Compose and Kotlin Flow in it?
y
Yann Badoual
09/27/2020, 5:21 PM
Some of the samples are using flow, see:
https://github.com/android/compose-samples/tree/34a75fb3672622a3fb0e6a78adc88bbc2886c28f/Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/discover
Yann Badoual
09/27/2020, 5:22 PM
The screen is using a flow provided by the viewmodel
👍 1
a
Ash
09/27/2020, 5:35 PM
https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/master/app/src/main/java/com/example/jetpackcompose/state/coroutine/CoroutineFlowActivity.kt
w
Wajahat Karim
09/27/2020, 5:40 PM
Thanks. I will look in compose samplee
Open in Slack
Previous
Next