Top "Native" questions

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

access (faster polling) accelerometer via NativeActivity NDK

I've searched for a tutorial/an answer on polling accelerometer faster with NDK but didnt find solver yet. just found …

android android-ndk native accelerometer sensors
How can I convert a native (NT) pathname into a Win32 path name?

I'm working on reporting some information gleaned from native system APIs. (I know this is bad.... but I'm getting information …

c++ windows native nt
Programming languages that compile to native code and have the batteries included

What are the programming languages that compile to native code and which have provided a comprehensive library with them? Libraries …

programming-languages code-generation native
How do I insert a script tag in to the top/beginning of head tag?

I want to insert a script tag before all the rest of the scripts in the head tag. How would …

javascript append native appendchild
Should I learn native iOS development (Objective-C) or perfect my knowledge in Javascript and Titanium Appcelerator?

Basically I need your advice my good stack friends :D For the last six months I am exploring/learning/developing …

ios titanium native appcelerator-mobile
Call Audio Stream Modification in Android 4.0 ICS

I've been working on a project that would greatly benefit from call-stream modification. This has been repeatedly said/assumed to …

android audio native phone-call
surfaceflinger test program

I want to write a native application in Android for testing surfaceflinger. Is there any simple program that shows how …

android android-ndk native platform surfaceflinger
Golang custom sort is faster than native sort

I was just playing around with sorting in golang and I found a qsort function on stackoverflow. It seems to …

sorting go native qsort
Writing a DLL in C/C++ for .Net interoperability

In my C# application, I would like to write a part of the code in C. I plan to write …

c# interop native
Generate C# DLLImport declarations from a native dll

Do you know a soft which automatically generates C# code (with [DllImport] attributes in .cs) from a native DLL in …

c# dll native dllimport