sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

the doubt of MVI in actual projects #332

Closed qingmei2 closed 5 years ago

qingmei2 commented 5 years ago

Hey, @sockeqwe

I have read your MVI serials post recently and tried to translate your articles to Chinese and put it on technology platform(here), and create a repo as exercise, I think it is a fantastic archtecture mode. 😄

However, I still have doubt in actual work—— the cost of learning is high(for example, RxJava‘s operator) than MVX, and it's not always easy to organize business logic into unidirectional data flow.

Therefore, I am very curious about whether you often encounter such problems during the development of your project. and how to coordinate with colleagues to solve these problems(some companies are paying more attention to the progress of the project than the quality of the code......)

If possible, I‘m looking forward to your new post about usage of google architecture component in MVI. 👍