Click here to Skip to main content
15,881,027 members
Everything / JNI

JNI

JNI

Great Reads

by Android on Intel
This blog outlines the steps needed to integrate Intel’s AES-NI instructions into an Android app via the OpenSSL library.
by Android on Intel
This document is focused on creating OpenCV-enabled applications for Android. If the target operating system of your application is Windows
by Android on Intel
In this paper, we introduce some of the new features in ART, benchmark it against the previous Android Dalvik* runtime, and share five tips for developers that can further improve application performance.
by Android on Intel
This article walks through an example Android application that offloads image processing using OpenCL™ and RenderScript programming languages.

Latest Articles

by Yochai Timmer
A way to avoid JNI's reflection oriented programming. Wrapping Java with C++
by mohamadArdestani
get shutdown message in java application with jni
by YevheniyK
The article describes a general approach to using Cocos2d-x on top of native components and relevant coding specifics for Cocos2d-x, iOS and Android.
by Luca Basso Ricci
How to build the JNI signature for a Java method

All Articles

Sort by Score

JNI 

12 Feb 2015 by Android on Intel
This blog outlines the steps needed to integrate Intel’s AES-NI instructions into an Android app via the OpenSSL library.
6 Jul 2015 by Android on Intel
This document is focused on creating OpenCV-enabled applications for Android. If the target operating system of your application is Windows
20 Jul 2015 by Android on Intel
In this paper, we introduce some of the new features in ART, benchmark it against the previous Android Dalvik* runtime, and share five tips for developers that can further improve application performance.
1 Oct 2015 by Android on Intel
This article walks through an example Android application that offloads image processing using OpenCL™ and RenderScript programming languages.
5 Oct 2016 by YevheniyK
The article describes a general approach to using Cocos2d-x on top of native components and relevant coding specifics for Cocos2d-x, iOS and Android.
26 Apr 2009 by Vitaly Shelest
Demonstrates a simple technique for embedding WPF/.NET Components into Java GUI
16 Feb 2016 by Simon Agholor
How to invoke Java methods from a .NET application.
21 Jan 2015 by Richard Chambers
Exploring how to embed a Java VM into a C application and developing a native library for a Java application using JNI.
25 Nov 2010 by Igor Kushnarev
The techniques to use SVG in the ImageView control
2 Dec 2010 by jackyxinli
Using JNI and COM technology generate Word documents in Java under Windows platform
19 May 2015 by cth027
A tutorial to master the Java Native Interface with C++
3 Feb 2004 by alfreds
A near to perfect clone of the very popular Yahoo messenger. Purely written in Java and SWING, this messenger also uses the capabilities of JNI and JAWT to provide some features.
14 May 2012 by Sharjith
This article shows how to create a Java Swing GUI application in Netbeans and interface it with JNI DLL.
23 May 2013 by PraveenOjha
An android game using NDK JNI and Java.
16 May 2008 by Alice Huang
In this tutorial, I will try to explain how to use JNI auto loader for JAR file.