Top "Native" questions

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

Adding new paths for native libraries at runtime in Java

Is it possible to add a new path for native libraries at runtime ?. (Instead of starting Java with the property …

java java-native-interface native
JQuery grep(...) VS native JavaScript filter(...) function performance

I measured the execution times of those two functions: jQuery grep function Native JavaScript filter function The execution of following …

javascript jquery performance native execution-time
Camera focus distances

I'm trying to read the focus distance (distance of subject in a photo) from an Android camera. I keep getting 0 …

android focus camera native distance
How to call methods in Dart portion of the app, from the native platform using MethodChannel?

I am writing a native plugin that, in some cases, has to call functions in the Flutter portion of the …

native flutter platform
How to configure .net native in Visual Studio 2015?

I read this guide for .net native, but I can't found 'Enable for .net native' in popup menu. Should I …

.net native visual-studio-2015
Bundle native dependencies in runnable .jar with Maven

I have a project managed in Maven that has some native dependencies (LWJGL). Everything works fine in development, but now …

java maven deployment jar native
React Native "The expo SDK requires Expo to run. .... this code is not running on Expo."

I am coding with React Native. I don't see that when I first create react-native app for check running. When …

reactjs react-native native react-native-android expo
Turning Sencha Touch-based app into a true native iPhone app?

As I understand, Sencha Touch is just a javascript library that lets you create websites that respond to multitouch and …

iphone extjs sencha-touch native
What are Native DLLs?

When I was reading about DLLs on StackOverflow I came accross the word "Native DLLs" a lot of times. I …

dll native
C++ declaring a managed variable in a native code

I have a .NET form, and a native code in my Visual Studio. The problem is: I can't declare a …

visual-c++ variables native global managed