https://github.com/anitaa1990/jni-sample
A simple project that demonstrates the use of jni to communicate between native and Java code in Android
https://github.com/anitaa1990/jni-sample
data-binding-library glideimageloader java8 jni-android jni-sample kotlin-android
Last synced: 11 months ago
JSON representation
A simple project that demonstrates the use of jni to communicate between native and Java code in Android
- Host: GitHub
- URL: https://github.com/anitaa1990/jni-sample
- Owner: anitaa1990
- Created: 2019-01-08T06:33:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T07:02:55.000Z (about 7 years ago)
- Last Synced: 2025-03-26T00:51:21.462Z (12 months ago)
- Topics: data-binding-library, glideimageloader, java8, jni-android, jni-sample, kotlin-android
- Language: Java
- Size: 7.39 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jni-Sample
A simple project that demonstrates the use of jni to communicate between native and Java code in Android

#### App Specs
* Minimum SDK 16
* [Java8](https://java.com/en/download/faq/java8.xml) (in [master](https://github.com/anitaa1990/Jni-Sample/tree/master) branch) & [Kotlin](https://kotlinlang.org/) (in [kotlin_support](https://github.com/anitaa1990/Jni-Sample/tree/kotlin_support) branch)
* [Glide](https://github.com/bumptech/glide) for image loading.