This page highlights the examples that exist in the current repository.
- Quick Start
android_phone
widgets_controls
widgets_inputs
responsive_layout_test
| Example | Use this for | Command |
android_phone | A complete mobile-style screen. | cargo run --manifest-path android/android_phone_app/Cargo.toml |
responsive_layout_test | Responsive screen composition. | cargo run --example responsive_layout_test |
z_order_hierarchy | Visual ordering and stacking checks. | cargo run --example z_order_hierarchy |
| Example | Use this for | Command |
layout_flex | Flex layout. | cargo run --example layout_flex |
layout_masonry | Masonry layout. | cargo run --example layout_masonry |
layout_stack | Stack layout. | cargo run --example layout_stack |
layout_radial | Radial layout. | cargo run --example layout_radial |
grid_columns | Grid columns. | cargo run --example grid_columns |
grid_tracks | Grid tracks. | cargo run --example grid_tracks |
grid_auto_flow | Grid auto-flow. | cargo run --example grid_auto_flow |
grid_item_placement | Explicit grid item placement. | cargo run --example grid_item_placement |
| Example | Use this for | Command |
widgets_controls | Buttons, toggles, checkboxes, and radio controls. | cargo run --example widgets_controls |
widgets_inputs | Text fields, select, drag-value, and seek-bar inputs. | cargo run --example widgets_inputs |
widgets_display | Text, badges, dividers, panels, and progress display. | cargo run --example widgets_display |
widgets_containers | Panel windows and scroll containers. | cargo run --example widgets_containers |
toggle_seekbar | A compact toggle and seek-bar scene. | cargo run --example toggle_seekbar |