What is the difference between viewstack vs viewstate?
Answer Posted / Tarkeshwar Prasad
ViewStack is a container that lets you switch between multiple views, while ViewState is an internal state of a single UI component. In other words, ViewStack manages multiple views, and each view can have its own ViewState.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers