You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maxim Kostenko edited this page Jun 21, 2022
·
2 revisions
Controller represents a piece of UI on the screen and manages its lifecycle. It is somewhat similar to the android fragment. Although controller is fully managed by Kompot framework.
Controller is an abstract class. Screen and Flow are the only inheritors of controller class