jb55 on Nostr: Lol now the rust android devs are seriously considering rewriting GameActivity in ...
Lol now the rust android devs are seriously considering rewriting GameActivity in rust since its so bad and buggy and has threading issues
https://github.com/rust-mobile/android-activity/pull/185#issuecomment-2718241841
https://github.com/rust-mobile/android-activity/pull/185#issuecomment-2718241841
quoting note18nt…tlzdcan already tell android dev is going to be a pain in the ass. On my pixel phone when i tap ‘a’ it sends two ‘a’s. on my galaxy tablet it sends one. Exact same code.
I’m logging at the lowest levels, directly from the native GameActivity apis.
All i’m doing is registering a callback for when there is text input. GameActivity calls me twice when i press a key, first with an ‘a’ and then again with ‘aa’. ahhh. not even ai is helping with this one.
I guess next step is to look at the android source code to see why this is happening. At least it’s cool you can do that. but still 😩 note1rh9…er04