简体   繁体   中英

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 . 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.

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..!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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