Top "Native" questions

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

UnsatisfiedLinkError Android

We have this app that loads native library, and this library provides native methods for us to call. On some …

android java-native-interface native unsatisfiedlinkerror
Component won't render within NavigatorIOS - React Native

I can't get this simple NavigatorIOS test to work. The console log in My View triggeres, and I can get …

ios reactjs native
Contact API storing contact as an invisible contact: How to make it visible?

I am trying to add a contact in Android using getContentResolver. First I created an ArrayList: ArrayList<ContentProviderOperation> …

android native contacts invisible
How to map enum in JNA

I have the following enum how do i map in jna ?? This enum is further referenced in structure. typedef enum { …

java enums native jna
Code profiling / performance analysis tools for Windows CE/Mobile

What tools do you know, other than those in Visual Studio, to analyze performance bottlenecks in a Windows CE/Mobile …

windows-mobile windows-ce native profiling
Where can I get a list of country names in native languages?

I know that there are lists of country names in various languages available separately, but I would like to have …

php list native countries
Which is better/safer to use: HandleRef or IntPtr (newer source code from Microsoft no longer uses HandleRef)

For example, in the old .NET Framework 2.0 Source Code (Windows Forms, Visual Studio 2005 - Whidbey), the GetClientRect function was defined …

c# winapi interop native intptr
WinForms equivalent of WPF WindowInteropHelper, HwndSource, HwndSourceHook

I have a block of code like: IntPtr hWnd = new WindowInteropHelper(this).Handle; HwndSource source = HwndSource.FromHwnd(hWnd); source.AddHook(…

c# .net winforms native user32
Android NDK + GDB

Help me please to use ndk-gdb! I searched through StackOverflow and other internets =) but still doing something wrong. Configuration: MacOSX 64 + …

android android-ndk gdb native ndk-gdb