Skip to content

Controller

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