Hello everyone. I have to make 3 apps but they ar...
# android
s
Hello everyone. I have to make 3 apps but they are all very equal, practically it shares 90% of its code. Which is to recommend working with multi apps and combining it with a common module, or making an app and managing it with flavors. Each app must be in the play store and have its configuration of json services from firebase
a
I would say use a common module. I don’t think flavors should be used to do major changes to the content for instance
s
Thank you for your answer. So do you recommend managing multiple apps?
h
@Santiago Oroz17 you can use different applicationId in build system. This way you can share code. I highly recommend to sperate shared code on different modules.
👍 1