I'm looking into applying MVI pattern and this pro...
# mvikotlin
j
I'm looking into applying MVI pattern and this project looks great. Do you see any issue with utilizing libraries like FlowBinding with it? https://github.com/ReactiveCircus/FlowBinding
1
a
It's first time I see this library. From the first sight it should work. I can only imagine one use case: represent android view events as Flow streams and merge them into one Flow stream, which is exposed out of an MviView as normal. Also please note that using MviView is not obligatory in any way. You can come up with your own abstraction.