henrikhorbovyi
09/01/2019, 5:07 PMCoroutines Flow
with Room and I'm receiving the following error:gildor
09/02/2019, 2:22 AMhenrikhorbovyi
09/03/2019, 12:34 AMgildor
09/03/2019, 1:01 AMhenrikhorbovyi
09/03/2019, 1:10 AMFlow.collect
and I saw that it is suspend
markedgildor
09/03/2019, 1:22 AMhenrikhorbovyi
09/03/2019, 1:23 AMgildor
09/03/2019, 1:23 AMhenrikhorbovyi
09/03/2019, 1:23 AMFlow
with Room is useful if I want to show "item by item" on the screen of something like that?gildor
09/03/2019, 1:25 AMhenrikhorbovyi
09/03/2019, 1:25 AMgildor
09/03/2019, 1:25 AMhenrikhorbovyi
09/03/2019, 1:25 AMgildor
09/03/2019, 1:25 AMhenrikhorbovyi
09/03/2019, 1:27 AMlist<data>
I use suspend
fun
returning list<data> and when I want to subscribe a list<data>
and observe it I use Flow
?gildor
09/03/2019, 1:28 AMcollect
is not cancelledhenrikhorbovyi
09/03/2019, 1:34 AMFlow
now, maybe I was just excited about the Room support. Cause I'm really in love with Coroutines and its apis 😄