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

  • BB_C@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    25 days 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.