Difference between revisions of "DevTools:JNI Bindings for Android"

From CrossWire Bible Society
Jump to: navigation, search
(Undo revision 16184 by David Haslam (talk))
Line 3: Line 3:
  
 
== See also ==
 
== See also ==
 +
* [[DevTools:Bindings|SWIG Bindings]]
 +
* [[CSharp Bindings on Windows|C# Bindings on Windows]]
  
 
[[Category:Development tools]]
 
[[Category:Development tools]]
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 
[[Category:Bindings]]
 
[[Category:Bindings]]

Revision as of 20:23, 8 January 2018

Android OS

This page will describe how to implement Java Native Interface (JNI) bindings in Android OS.

See also