PluginMobileNativeCode icon indicating copy to clipboard operation
PluginMobileNativeCode copied to clipboard

Nice code but no high level documentation

Open jimver04 opened this issue 3 years ago • 0 comments

Hi, I have made a function for Android for asynchronously open an Android app that provides sensor data. Very nice code ! However, I would like a very high-level description on how the Android part works.

How Java is connected with C++ ? Some details about the JNI_METHOD (https://en.wikipedia.org/wiki/Java_Native_Interface)

With which API ? If I make an Android app with Android Studio (java), then can I make it as an Android plugin for Unreal and still work ? Nice work though. How have you defined the dependencies?

image

jimver04 avatar May 30 '22 08:05 jimver04