Mobile application without ViewNavigator
I'm making a mobile application with abobe air and flex. I want to know if it's possible to do it without ViewNavigator, or at least for so开发者_StackOverflow中文版me part, use something else.
Thanks
You can if you want to. The views are there to improve mobile viewing however. I believe the big point of it is for the use of the 'back' button since each view is added to a queue.
I say you should use it where needed since it was made for that kind of thing.
精彩评论