Top "Native" questions

An application designed to run in the computer environment (machine language and OS) being referenced.

How to implement 3D Secure (Verified by Visa / MasterCard SecureCode) on Native mobile app (e.g. IOS)

This question is specific to Native mobile applications (e.g. IOS, Android, WP apps that are not actually using a …

android ios native credit-card 3d-secure
What is minimum system requirements to run electron apps?

I am deciding between options for building native desktop app. I do not find any documentation for minimum system specs (…

javascript node.js native electron system-requirements
Stop saving photos using Android native camera

I am using native Android camera and save file to my application data folder (/mnt/sdcard/Android/data/com.company.…

android native android-camera android-sdcard android-camera-intent
Java - Difference between library and native library

Could anyone tell me the difference between library and native library in terms of java? I found the word "native …

java jdbc native
Is it possible to share an enum declaration between C# and unmanaged C++?

Is there a way to share an enum definition between native (unmanaged) C++ and (managed) C#? I have the following …

c# c++ enums native managed
"No such file or directory" trying to execute linux binary on Android device

I built a native linux ARM binary using the Android GCC toolchain (plain linux, no android or NDK). I connected, …

android linux native
How to get android's native methods source code

Is it possible to get and watch at Android's program component's native methods code. If anyone knows how to, please …

android native android-source
Native crash in /system/lib/libart.so

I have an app on the Play Store, it has an IntentService that does some work when the app starts, …

android native galaxy android-intentservice
Access Android APK Asset data directly in c++ without Asset Manager and copying

I'm using pure C++ in my engine to create a game engine in android. There is no single java file. …

android c++ native apk native-activity
How do you make linux GUI's?

My main experience is with C && C++, so I'd prefer to remain with them. I don't want to …

c++ c linux native