简体   繁体   English

Android 工作室 - MVP 模式

[英]Android studio - MVP Pattern

I'm using MVP design pattern in an android studio app.我在 android studio 应用程序中使用 MVP 设计模式。 I have login and signup activities which both have some functions which are the same.我有登录和注册活动,它们都有一些相同的功能。 Is there a way no to copy paste the same functions from one view to the other one?有没有办法将相同的功能从一个视图复制粘贴到另一个视图?

Since you're using MVP, you can make that common function in your presenter and then use it for login and signup.由于您使用的是 MVP,因此您可以在演示者中创建该通用功能,然后将其用于登录和注册。 Hope it helps!希望能帮助到你! :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM