Creating demo and full version app based on one code base/project
问题 I have developed one Android app in one project with Eclipse - it's structured (coming from iPhone) so one constant defines whether it's the demo or the full version. Now I have the problem that everytime I want to create the demo version I need to change the constant but also need to make a copy of the project with a different package name. Obviously changing code in the original full version needs to be copied over to the demo or I would have to redo the creation of the demo app everytime I