On Monday, 11 January 2021 at 07:38:00 UTC, Elronnd wrote:
On Monday, 11 January 2021 at 06:26:41 UTC, evilrat wrote:
Android itself is just linux under the hood, however the
launcher starts java process that fires up your activity class
(main in native languages) from there you just call your
native code and that's it.
It turns out that you don't strictly need the java wrapper.
See https://github.com/cnlohr/rawdrawandroid
Sure whatever, just good luck handling IME input. It might be
possible without any wrappers, though I'm unaware of any sane way
to do it. I am not an android developer though.