简体   繁体   English

多用户类型的android应用应使用哪种架构? 一个针对两种用户类型的应用程序,或者针对每种用户类型的两个独立应用程序?

[英]what architecture should be used for multi user type android app? One app for two user types OR two separate apps for each user type?

I am developing an android app for teachers and student . 我正在为教师和学生开发一个Android应用程序。 Should i develop two different app for teachers and students or single app for both user types? 我应该为教师和学生开发两个不同的应用程序还是为两种用户类型开发一个应用程序?

Single app for both user types is better. 两种用户类型的单个应用程序更好。

you can manage UI by checking the user type when user logged in. 您可以通过在用户登录时检查用户类型来管理UI。

single app approach is best because there are few advantages for that. 单一应用程序方法是最好的,因为这样做的好处很少。

  • you will not have to worry about maintaining the both apps. 您将不必担心同时维护这两个应用程序。
  • app users will be high 应用程序用户将很高
  • so that no conflicts between to apps. 这样应用之间就不会发生冲突。
  • and users will be happy they don't have to install two apps for single usage. 用户将会很高兴,他们不必为一次性使用而安装两个应用程序。

for all these advantages keep one application and bifurcate the users using their login credentials. 由于所有这些优点,保留了一个应用程序,并使用他们的登录凭据对用户进行了分叉。

thanks..! 谢谢..!

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

相关问题 当一个是系统应用程序时,在两个应用程序之间共享用户 - Sharing user between two apps when one is a system app 如何在firebase android应用程序中分离两个不同的用户? - How to separate two different user in firebase android app? 使用 fire base 在 android 应用程序中管理两种类型(学生和教师)的用户会话 - Manage User Sessions of two type of (Student and Teacher) in an android app using fire base Android 多应用程序:如何在一个项目中创建两个应用程序? - Android multi app: how to create two apps within one project? Android-选中每个用户输入字符的EditText输入框 - Android - check an EditText input box each type the user types in a character 修改我的android以允许用户仅使用一个或两个应用程序? - Modify my android to allow user to use only one or two apps? Android App Architecture:在生命周期中实现用户权限 - Android App Architecture: Implements user permission in lifecycle 我应该在Android应用程序中使用什么来进行用户聊天/通知? - What should I be using for user chat/notifications in my Android app? 在单个android应用中具有多用户数据库的会议室 - Room with Multi user Database in Single android App 使用parse.com进行2种用户类型登录的Android应用 - Android app with 2 user type login using parse.com
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM