https://github.com/faob-dev/tutorials
Covers various languages and technologies
https://github.com/faob-dev/tutorials
android android-development java jna ndk
Last synced: 6 months ago
JSON representation
Covers various languages and technologies
- Host: GitHub
- URL: https://github.com/faob-dev/tutorials
- Owner: faob-dev
- License: mit
- Created: 2018-02-25T12:13:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T18:04:17.000Z (almost 7 years ago)
- Last Synced: 2025-04-24T02:14:24.514Z (6 months ago)
- Topics: android, android-development, java, jna, ndk
- Language: Java
- Homepage:
- Size: 630 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorials #
Clone repo and open specific tutorial in your favourite IDE with gradle support
## Java Native Access (JNA)
* T1 : Calling android C/C++ code with Java Native Access (JNA)
* T2 : Building android shared library and calling with Java Native Access (JNA)
* T3 : Building and using multiple android shared libraries
* T4 : Handling C++ callbacks, Logging and exceptions with Java Native Access (JNA)
* T5 : Mapping primitive, structure, array, NIO buffer, class and object types with Java Native Access (JNA)
* T6 : Image processing android app with Java Native Access (JNA)## Publishing Android Archive (AAR)
* AAR : Creating Android Archive (AAR), publishing to jCenter and using it in android project
* MavenAAR : Creating Android Archive (AAR), publishing to Maven Central and using it in android project# Author #
FaoB