when to use android flavours vs separate projects
问题 I have been doing some reading on Android flavours and how to use them in SO and other resources such as 1)Building Multiple Editions of an Android App with Gradle 2)Building multiple flavours of an Android app based on these examples, android flavours are very useful for building multiple editions of the app. but my question is: Is it a good practice to use flavours in scenarios that service provider and consumer roles have separate app like uber or it is better to build separate projects.