View
Last updated
Was this helpful?
Last updated
Was this helpful?
A view is a controller for an user interface, it sets the parameters, controls buttons, etc. A view's existence is never known by .
If we need to network a view, we can either use a direct call on a or use . Do not use the for that.
Always add the postfix "View" in the name of the class for your views.