7 ms·
How are you compiling to iOS/Android? Or do you page views across various Android screen sizes give you issues?
by boredChimp 4y ago
How are you compiling to iOS/Android? Or do you page views across various Android screen sizes give you issues?
- mamcx 4y agoRust can compile to both easily, and I use a single FFI function that pass JSON between the UI/Rust logic. There I model a Request/response that is similar to HTTP, and the rest is pure Compose/SwiftUI stuff.