Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MVP/MVVM 模式中的 Observable 会去哪里?
在我假设的模型中?
我有一个接受传入数据的后台服务。
从我看到的例子中,它们进入了模型。视图层只是设置视图,表现层主要是纯java。以 ribot 的这个 android 项目为例。
https://github.com/ribot/ribot-app-android
他们的 observables 在他们的数据管理器类中,这是模型层的一部分。我可能会探索的唯一区别是拥有多个数据管理器。