Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / JNI

JNI

JNI

Great Reads

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 jackyxinli
Using JNI and COM technology generate Word documents in Java under Windows platform
by Igor Kushnarev
The techniques to use SVG in the ImageView control
by cth027
A tutorial to master the Java Native Interface with C++

Latest Articles

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 jackyxinli
Using JNI and COM technology generate Word documents in Java under Windows platform
by Igor Kushnarev
The techniques to use SVG in the ImageView control
by cth027
A tutorial to master the Java Native Interface with C++

All Articles

Sort by Score

JNI 

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 jackyxinli
Using JNI and COM technology generate Word documents in Java under Windows platform
by Igor Kushnarev
The techniques to use SVG in the ImageView control
by cth027
A tutorial to master the Java Native Interface with C++
by Sharjith
This article shows how to create a Java Swing GUI application in Netbeans and interface it with JNI DLL.
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.
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 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 Alice Huang
In this tutorial, I will try to explain how to use JNI auto loader for JAR file.
by Android on Intel
This article walks through an example Android application that offloads image processing using OpenCLâ„¢ and RenderScript programming languages.
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.
by PraveenOjha
An android game using NDK JNI and Java.
by Simon Agholor
How to invoke Java methods from a .NET application.