What is mvc and how do you relate it to flex apps? : adobe flex action script
Answer / Sheoraj Singh
Model-View-Controller (MVC) is a software architectural pattern that separates an application into three interconnected components: Model, View, and Controller. In Flex applications, the MVC pattern can be implemented using Cairngorm or other similar frameworks. The Model represents the data and business logic of the application, the View displays the user interface, and the Controller handles user interactions and updates the Model and View accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
Explain what is the function of trace? : adobe flex action script
Can I add charting to the flex builder standard edition?
How do you use a repeater in actionscript? : adobe flex action script
What is event flow in term of event handling in flash action script 3.0?
Difference between stoppropagation and stopimmediatepropagation()?
What is a resource manager in flex actionscript? : adobe flex action script
What is the function of exclude or exclude class related to the data or class?
In which level does the original movie resides? : adobe flex action script
What is the difference between sealed class and dyna? : adobe flex action script
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Can we use text input/editable component as itemrenderer?