Hello,
I am new to Adobe Air and I have just started to learn. I am using FlexBuilder 3 to build a desktop app for Adobe Air. I am a bit confused with the GUI development. The app I am building has multiple input screens. What are the best practices for this type of app in terms of windows and input screens?
Should I use the Viewstack navigator to show and hide different screens within the app or is it better to create a new .mxml file for each input screen?
I am used to Visual Basic development and the concept of one form per input screen and I am having trouble figuring out how GUI development works in Air/Flex.
Thanks!