blob: fb8b67a8826c3ba2f2737cd928d31fa042a085ba (
plain)
1
2
3
4
5
6
7
8
9
|
Files illustrating a minimal example of how to link Rust code from an android
java application. The pieces should be possible to puzzle together into a hello
world like example.
These go together with the slides published at:
https://blag.netizen.se/posts/2020-03-22-rust-on-android.html
As is told on above mentioned blog post, this is the material from a short
presentation I held a year ago on linking to Rust code from java on android.
|