An open API service indexing awesome lists of open source software.

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

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.