Skip to main content

Crate bubba_core

Crate bubba_core 

Source
Expand description

§Bubba Core

The core runtime for the Bubba mobile framework. Handles UI rendering, navigation, event dispatch, and the Android JNI bridge.

Modules§

bridge
JNI Bridge
build_info
Build metadata exposed at runtime.
css
CSS
events
Events
navigation
Navigation
prelude
The Bubba prelude — import this in every screen file.
runtime
Runtime
ui
UI Elements

Macros§

navigate
The navigate() function referenced inside view! blocks. The macro desugars navigate(Profile) into a closure that calls this.
view
Declare a screen’s UI declaratively using JSX-like syntax.