Is there some guide to get started on pulling info...
# announcements
a
Is there some guide to get started on pulling info from some low level apis such as wireless information, battery information, etc? I know in linux its easy by running some commands and filtering outputs, but its a mess in platforms like windows where we need to write some sort of bindings in like jni, but I still don't know much about JNI and want some guides to work. And is it possible to interact them (low-level api) with help of Kotlin/Native to write bindings for Kotlin/JVM instead of writing in direct C++?