|
|
|
|
|
by pjmlp
2611 days ago
|
|
On Android you can do it via the NDK sure, but then again 90% of the OS is exposed via Java APIs, even a basic thing like opening a file requires Java, if you want to do it in a portable, certified Play Store way. And on Windows, .NET MSIL or COM are much better ways to expose libraries. Naturally one can still do it in an old fashion way. |
|