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.
我要开始一个新的android项目,我想使用干净的架构和MVP。我一直在阅读这方面的内容,并且找到了 Mosby 库,但是,使用 Mosby 库而不是在没有 Mosby 的情况下使用 MVP 有哪些好处?你是如何实施 MVP 的?
非常感谢
所以基本上你的问题是:我应该使用图书馆吗?
那么你为什么要使用图书馆呢?因为你不是自己写代码,一遍又一遍,对吧?所以 Mosby 和 Nucleus 只是两个库,因此您不必自己编写 MVP 模板。他们还可以为您处理屏幕方向更改和处理死亡。
但基本上,是的,你可以自己写。实际上这并不难(除了屏幕方向变化和进程死亡处理)。