Y
Hacker News
new
|
ask
|
show
|
jobs
by
boredChimp
1352 days ago
How are you compiling to iOS/Android? Or do you page views across various Android screen sizes give you issues?
1 comments
mamcx
1351 days ago
Rust 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.
link