State the difference between View stack and View state?

devquora
devquora

Posted On: Feb 22, 2018

 

View states give one way to change the look and feel of a component in response to user action. And a navigation controller can also be used e.g. Tab navigator etc. It depends on the user to select the navigation as per their requirements.
View stack is a component used to display different data, at once. View states are related views of a single set of data.
View stack components cannot be shared easily between the different views, they had to be created each time view is changed.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flex Interview Questions

    State the difference between Item Renderer and Item Editors?

    Difference between item renderer and item editors are as follows; Both are used for the purpose of editing, but item re..

    Flex Interview Questions

    Why is disable auto update method used?

    This method is used as it protects the events that represent changes to the underlying data from being broadcast by the..

    Flex Interview Questions

    What is a View Cursor?

    A cursor is an instrument used for position indicator, it points to any particular item. View cursor is used in order t..