Skip to content

Example app for JNI interaction going from Java to native and vice versa.

License

Notifications You must be signed in to change notification settings

MarkMurillo/android_jni_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android JNI Examples

This project demonstrates example interactions between C and Java using JNI on the Android platform.

Example includes concepts such as:

  • Calling C functions from Java
  • Calling Java functions from C
  • Passing/handling different Java primitives in C
  • Handling different C primitives passed to Java

Note: This does not use cmake. Please see my other project Android JNI using SWIG Examples for a more modern build process.

About

Example app for JNI interaction going from Java to native and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published