Skip to main content

Module ui

Module ui 

Source
Expand description

§UI Elements

Core UI types produced by the view! macro. Every declarative tag (<button>, <h1>, <p>, etc.) compiles down to an Element node, which the Bubba runtime then tranbubbas into native Android View calls.

Structs§

Element
The fundamental UI node. Every tag in a view! block becomes one of these.
Screen
A rendered screen — the return type of every screen function.