I developed an application which I want to multiply for different targets. So the source code would stay the same but some vars change for each target. Xcode could easily do this by adding a new target. You could then run all individual targets as individual apps and when you change something in the source its affecting all targets.
How does something like this work with Android? I'm developing in the latest Android Studio.