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 应用程序这样的 uber 创建架构和设计。我想问哪种架构风格(分层、mvc、管道和过滤器等)更适合这种应用程序?为什么?我知道对于许多 android 应用程序 mvc 将是最好的选择,但我仍然要求清除任何疑问..
VIPER 最适合这个但是 UBER 首先使用 MVC,但在扩展时无法支持它.. 所以他们转向 VIPER,现在使用混合架构。这个细节可以在他们的网站上找到。