Noob alert! I started my current app as a simple test activity running the main routine. I now want to turn it into a proper app which requires a main menu as the main_activity to call the sub activity with appropriate parameters.
I'm used to simple coding where you just rename files, but in Eclipse you need to do things in particular ways I've noticed. So what's the proper procedure for shifting my current main_activity to a lower level and replacing the main_activity? Is it just a case of creating the lower activities and then copy/pasting code and .xml files, and then overwriting main_activity? Or should I refactor things in a particular order to keep the manifest and such in order?