What is state? What is the difference between states and viewstack in flex?
Answer Posted / Mohd Anwar Khan
In Flex, a state refers to the current application state, which determines how components appear on the screen. A ViewStack manages multiple views within an application, allowing users to navigate through them. The primary difference between the two is that states focus more on visual changes, while ViewStacks provide navigation between different sets of content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers