Jun 15, 2023
Use native code is not a good idea, as it do not enhance your security against reverse engineering...
If you reverse engineering your application, you would see that your code is compiled into a '.so' library, as android ndk and iOS applications do...