Difference between revisions of "DevTools:JNI Bindings for Android"
From CrossWire Bible Society
David Haslam (talk | contribs) (→See also: * SWIG Bindings * C# Bindings on Windows) |
(→See also) |
||
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]. | ||
− | |||
− | |||
− | |||
− | |||
[[Category:Development tools]] | [[Category:Development tools]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:Bindings]] | [[Category:Bindings]] |
Revision as of 16:10, 10 January 2018
Android OS
This page will describe how to implement Java Native Interface (JNI) bindings in Android OS.