Top "Native" questions

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

What do these operators mean (** , ^ , %, //)?

Other than the standard +, -, *and / operators; but what does these mean (** , ^ , %, //) ? >>> 9+float(2) # addition 11.0 >>> 9…

python math operators native
What is the native keyword in Java for?

While playing this puzzle (It's a Java keyword trivia game), I came across the native keyword. What is the native …

java java-native-interface native keyword
Is there any native DLL export functions viewer?

Is there any free native Windows DLL export functions viewer, which shows the function name, and a list of their …

dll function native dllimport
`React/RCTBridgeModule.h` file not found

Getting this error while building a react-native iOS app on xcode. Started getting this error after npm install and rpm …

ios xcode reactjs native react-native-ios
HTML5: camera access

I am quite new to HTML5. I try the following HTML5 code to access camera on my mobile phone. It …

html camera native
What are native methods in Java and where should they be used?

A native method has the same syntax as an abstract method, but where is it implemented?

java native
How do I exit/shut down a React Native app?

If my React Native app fails to connect to its backend, I show an Alert with an OK button. If …

reactjs native react-native
Difference between native and managed code?

For example, when looking at the GlowCode profiler website it says: "GlowCode 6.2 and x64 profile native, managed, and mixed C++, …

native managed
mylib.so has text relocations. This is wasting memory and is a security risk. Please fix

My Android application (using native library) print this warning on Android 4.4 : linker mylib.so has text relocations. This is wasting …

android native android-4.4-kitkat
JPA 2.0 native query results as map

I run a JPA 2.0 native query like this: Query query = em.createNativeQuery("SELECT NAME, SURNAME, AGE FROM PERSON"); List list = …

jpa native