cross-platform-rust
cross-platform-rust copied to clipboard
Create JNI interfaces and replicate Toodle app on Android
Complex Rust example app Toodle is available on iOS only. Implement app on Android using the same library but with added JNI.
Status update: I've got a skeleton app going with a primitive JNI interface over to the rust lib. The whole thing is pretty crafty at the moment, I'll push it up after some cleanup.