Adam Hurwitz
06/17/2019, 7:04 PMSealed class
and the shallow .copy(..)
function.
I'd love any feedback on this new approach! 🙂 🤖
Medium - https://hackernoon.com/android-unidirectional-flow-with-livedata-bf24119e747
YouTube - bloder
06/17/2019, 7:30 PMCompose
gets released and actually I'm using coroutines (Flow
extension) to implement a kind of Redux implementation https://gist.github.com/bloderxd/830e92702b92c4cf0906c57e54726e14sngrekov
06/17/2019, 9:44 PMbloder
06/17/2019, 10:20 PMfun render(state: MyState) {
}
this MyState
is the view state, how do u render that today properly with no imperative way? 🤔sngrekov
06/18/2019, 8:26 AMbloder
06/18/2019, 12:54 PMsngrekov
06/18/2019, 8:08 PMAdam Hurwitz
06/27/2019, 6:52 PMCompose
yet. I've started using Coroutines to handle basic threading use cases, but need to look into the Flow
extension. Your code sample is interesting!