Create Android app flavor
A flavor can be regarded as version of app that has its unique UI and functions.
Creating a new flavor can involve many steps:
- Add a new flavor to "productFlavors" in build.gradle with an applicationId (e.g. applicationId "net.mycompnay.foo.newflavor"
- Create a new directory under directory "src" of the project in Android Studio (AS) (e.g. newflavor)
If Microsoft Application Insights is used for app analytics:
- Create a new resource group.
- Add new users under default directory of Azure.