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

From CrossWire Bible Society
Jump to: navigation, search
(Android OS: Category:SWORD)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== Android OS ==
 
== Android OS ==
 
This page will describe how to implement [https://en.wikipedia.org/wiki/Java_Native_Interface Java Native Interface] (JNI) bindings in [https://en.wikipedia.org/wiki/Android_(operating_system) Android OS].
 
This page will describe how to implement [https://en.wikipedia.org/wiki/Java_Native_Interface Java Native Interface] (JNI) bindings in [https://en.wikipedia.org/wiki/Android_(operating_system) Android OS].
 
== 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]]
 +
[[Category:SWORD]]

Latest revision as of 14:08, 11 January 2018

Android OS

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