Hi everybody!
I am creating a business app that will require many screens. I like using Designer and I wish there were a way to create the many screens I need using Designer. I have tried a few things to get it to work but I do not seem to be proceeding the right direction. Here is what my app is like:
A main screen comes up and gives some basic information. At the bottom of the screen there are several buttons that when pressed bring up new screens. Data should be entered into the new screen, sometimes a lot, and then that screen should close and return to the main screen. The main screen was created with Designer and I would like to create all the screens in Designer. I do not want the main activity to start again when the data screens close.
For example, say the function of the app is to appraise a house. The main screen would list summary information as well as the address and lots of other data. The user would press a button labeled "Kitchen"and it would ask for details about the kitchen. When the kitchen data is entered, the user would press OK and the app would return to the main screen. The main screen would update that the data that was there, such as square feet. Then the user presses "Bedroom" and different screen appears that allows entry of bedroom data. This continues through the entire house. When the user is done, they hit a button labeled "Update" and all the data is sent to a web service.
So my question is, what is the best choice for the main screen and the data entry screens?
Thanks!
I am creating a business app that will require many screens. I like using Designer and I wish there were a way to create the many screens I need using Designer. I have tried a few things to get it to work but I do not seem to be proceeding the right direction. Here is what my app is like:
A main screen comes up and gives some basic information. At the bottom of the screen there are several buttons that when pressed bring up new screens. Data should be entered into the new screen, sometimes a lot, and then that screen should close and return to the main screen. The main screen was created with Designer and I would like to create all the screens in Designer. I do not want the main activity to start again when the data screens close.
For example, say the function of the app is to appraise a house. The main screen would list summary information as well as the address and lots of other data. The user would press a button labeled "Kitchen"and it would ask for details about the kitchen. When the kitchen data is entered, the user would press OK and the app would return to the main screen. The main screen would update that the data that was there, such as square feet. Then the user presses "Bedroom" and different screen appears that allows entry of bedroom data. This continues through the entire house. When the user is done, they hit a button labeled "Update" and all the data is sent to a web service.
So my question is, what is the best choice for the main screen and the data entry screens?
Thanks!