Example Validation Report
Current Validation Scope
The current branch validates only example sources that exist in the repository.
Commands
Check workspace examples:
cargo check --workspace --examples
Check the standalone Android package:
cargo check --manifest-path android/android_phone_app/Cargo.toml --all-targets
Run the release-mode representative pass:
./scripts/check_representative_examples.sh
Current Example Sources
android/android_phone_app/examples/android_phone.rsexamples/responsive_layout_test.rsexamples/toggle_seekbar.rsexamples/z_order_hierarchy.rsexamples/grid/auto_flow.rsexamples/grid/columns.rsexamples/grid/item_placement.rsexamples/grid/tracks.rsexamples/layout/flex.rsexamples/layout/masonry.rsexamples/layout/radial.rsexamples/layout/stack.rsexamples/widgets/containers.rsexamples/widgets/controls.rsexamples/widgets/display.rsexamples/widgets/inputs.rs
Runtime behavior still requires manual windowed smoke checks for interaction and visual correctness.