Right now I can't figure how to delete controls from the emulator.
In the Designer, menu Tools/Remove selected view.
My application will have many separate procedures, each with its own window and controls.
You have several possibilities,
have a look at
Different examples with two layouts. The examples are written for 2 layouts but the principles are valid for more layouts.
How do I go from window to window. I assume each one is an activity with a separate layout #. Maybe a short snippet of code can get me on the right path.
You have also different possibilities depending on how you want or need to navigate between the different wondows:
- a main window with Buttons to select the desired window.
- a main window with one Butoon for the first subwindow and then buttons for next, previos and back to main.
- a main window with a menu instead of Buttons
After an app is completed how is it deployed to a device?
In the Emulator, as soon as you have compiled the program it is in the Emulator. If I remember well it is the same with a device connected to the IDE. I don't have a device yet.
Best regards.