Top "Native" questions

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

Google Polymer for Android native app

Google Polymer looks like a simple way to make material designed web pages. I am developing a native Android application …

android polymer native
Is it possible to create UI elements with the NDK ? - lack of specs in Android docs

After reading the related docs I don't get if I can create things like buttons or other UI elements used …

android user-interface android-ndk native native-activity
Create a node.js native extension on Windows

I'm trying to access a particular native Windows API call from within a node.js application. I believe that the …

javascript windows node.js native add-on
How to call c functions from PHP?

I am new to PHP Script. I was trying to call C functions from PHP. I was wondering how to …

php c webserver native server-side-scripting
Memcpy of native array to managed array in C++ CLI

Am I doing this right? I get a pointer to a native array and need to copy to a managed …

c++ c++-cli native memcpy
Conversion in .net: Native Utf-8 <-> Managed String

I created those two methods to convert Native utf-8 strings (char*) into managed string and vice versa. The following code …

c# string utf-8 marshalling native
What is the difference between managed and native resources when disposing? (.NET)

I was reading the MSDN article about how to implement IDisposable and I am uncertain about the difference between managed …

.net resources native idisposable
React Native `npm start` with watchman error

I was first getting this issue: https://github.com/facebook/react-native/issues/10088 Then I followed this solution to resolve for …

facebook reactjs react-native native watchman
Java - java.library.path problem on Linux

I am able to run a java program with some dependencies from cmd line on my mac, but when I …

java linux native java.library.path
Android NDK limitations?

I have a question about the limitations of what you can do in native code on the Android platform. Basically …

android c permissions android-ndk native