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
 

Which rust ui framework works the best on android? The only one I've seen being used is tauri, but its web based.

you are viewing a single comment's thread
view the rest of the comments
[–] BB_C@programming.dev 1 points 7 hours ago

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.