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
Antoine Gagnon
04/22/2020, 7:23 PM
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
Santiago Oroz17
04/22/2020, 7:25 PM
Thank you for your answer.
So do you recommend managing multiple apps?
h
hetang
04/22/2020, 8:22 PM
@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.