cross-platform-rust icon indicating copy to clipboard operation
cross-platform-rust copied to clipboard

Create JNI interfaces and replicate Toodle app on Android

Open fluffyemily opened this issue 7 years ago • 1 comments

Complex Rust example app Toodle is available on iOS only. Implement app on Android using the same library but with added JNI.

fluffyemily avatar Oct 27 '17 15:10 fluffyemily

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.

grigoryk avatar Nov 17 '17 01:11 grigoryk