| ▲ | zwnow 9 hours ago | ||||||||||||||||||||||
Does this support native components like camera access and stuff like that? I've learned with most libs like this I never have access to the android internals (Flutter as an example) and I'll always have to fallback to writing Kotlin components with broadcast channels or whatever. | |||||||||||||||||||||||
| ▲ | pjmlp 2 hours ago | parent | next [-] | ||||||||||||||||||||||
That will always be the case, some folks cannot get over that Android userspace is Java/Koltin, and the NDK use cases are officially real time audio, 3D rendering, writing native methods, reuse of existing C and C++ libraries and nothing else. Everything outside those use cases is gated behind JNI calls, and Google has no plans to ever change it. Naturally many with GNU/Linux mindset, and because Android runs on the Linux kernel, try to work around these restrictions, however Google isn't going to move an inch to make it easier. | |||||||||||||||||||||||
| ▲ | rekireki 9 hours ago | parent | prev [-] | ||||||||||||||||||||||
It doesn't, and I had to write some Java to support clipboard. | |||||||||||||||||||||||
| |||||||||||||||||||||||