Robert Bragg

Results 207 comments of Robert Bragg

ah, cool, thanks for testing/confirming

Okey, thanks for the pointer I should take a look. I'm not really experienced with java dev either but just thinking about supporting Java compilation I do recall using Meson...

Similarly I have a number of Rust Android examples/tests that I've been putting together [here](https://github.com/rib/agdk-rust/tree/main/examples) including some `NativeActivity` based ones that can be built via `cargo apk` but I realized...

I've also just hit this issue with wanting to be able to cache method IDs which looks awkward with the current jni-rs API. For now I have created a workaround,...

I found that this issue looks like a duplicate of (or at least closely related to) https://github.com/jni-rs/jni-rs/issues/38

For reference I just made this PR which could effectively address this issue: https://github.com/jni-rs/jni-rs/pull/346

> Thank you for the pull request! > > I think that it makes sense to put `#![deny(missing_debug_implementations)]` at the top level and add a `Debug` implementation for every public...

Just vague recollections of using SDL2, but the C API used to do some funky things with redefining `main` to `SDL_Main` or something like that - I wonder if the...

I think realistically there are quite a number of things that aren't practically possible for applications that are strictly constrained to using `NativeActivity` without at least making their own Java...

Heya, I was meaning to reply to this the other day after I had planned to cook up a quick example of subclassing NativeActivity but ended up getting distracted, sorry...