I am about to start an Android application, I want to release two versions, one lite and one pro .
The two versions will have shared code and depending on whether it is the pro version, it will have extra options.
More or less I have read something about what to do with flavors but I am very new to the world of Android development.