Declarative UI for native Android, similar to widgets in Flutter. Everything has been manually drawn on Canvas.
For now there's Column, Row, Stack and Image widgets.
This 'widget' works like a LinearLayout with orientation - VERTICAL
This 'widget' works like a LinearLayout with orientation - HORIZONTAL
This 'widget' works like a FrameLayout