this post was submitted on 04 Jul 2026
18 points (100.0% liked)
Rust Programming
9317 readers
25 users here now
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't do Android (or much UI in general), but from what I gather, going with something like flutter_rust_bridge or membrane is probably the best route. The UI is not done in Rust. But it's as close as you can get for non-toy use-cases, and without bringing a JVM language into the fray.
Toyota people apparently developed membrane for serious production use. But I haven't used either, so I don't have first hand experience to share.