Top "Native" questions

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

How to call machine code stored in char array?

I'm trying to call native machine-language code. Here's what I have so far (it gets a bus error): char prog[] = {…

c++ c linux native machine-language
React Native react-native-maps Mapview does not show up

I'm trying to use airbnb's react-native-maps but the map is not showing up on the simulator. My code seems to …

reactjs maps native
VideoJS 4 native controls now default on mobile?

I am adapting my resolution switching work for Vidcaster on VideoJS into a plugin (see https://github.com/videojs/video.…

mobile native video.js
PropTypes React Native is not an object

I have a problem with PropTypes in react native my code : import React, { Component, PropTypes } from 'react'; import { Text } from …

reactjs react-native native react-proptypes
Why do some Android phones cause our app to throw an java.lang.UnsatisfiedLinkError?

We're experiencing a java.lang.UnsatisfiedLinkError on some of the Android phones that are using our app in the market. …

android android-ndk java-native-interface native unsatisfiedlinkerror
Enable AOT in Xamarin for Android (Visual Studio)

I know that there's support for AOT in Xamarin for Android. After the software became free, all of its features …

c# xamarin compilation native aot
Android - Include native StageFright features in my own project

I am currently developing an application that needs to record audio, encode it as AAC, stream it, and do the …

android stream native aac stagefright
cross platform native open/save file dialogs

I'm writing a UI for my program using opengl with SDL in a combination of Lua and C++ What I …

c++ user-interface dialog cross-platform native
How to determine whether a DLL is a managed assembly or native (prevent loading a native dll)?

Original title: How can I prevent loading a native dll from a .NET app? Background: My C# application includes a …

c# plugins dll assemblies native
Java Native Access doesn't do C++, right?

I've found many references online (including some on stackoverflow) to JNA being used for C++ libraries, but nothing I can …

java java-native-interface native jna