I have some project named MyApplication and demo version called DemoOfMyApplication. I have a lot of classes that must be in both projects, so I want MyApplication and DemoOfMyApplicationbe in the same project. For first one I can call Main1 class and for second one Main2. So I'll have two applications in one.
The main thing I want is to have different icons in my device's menu for MyProject and DemoOfMyProject.I understand that these two versions must have different Application packages. SO Can I change them from code? Or is there any way for doing what I want?
Thanks