搜索资源列表
simplejni.zip
- android jni的使用例子,简单却很有代表性。,android jni usage ,simple and classic.
android_JNI
- android jni调用说明
AndroidPJNI
- java通过jni调用C++的电子书,讲的十分详细 -java through jni call C++, e-books, talking about very detailed
ffaudio1
- java开发android客户端 音频解码的源码 JNI-the java development android client audio decoder source JNI
NDK_introduction
- 史上最强NDK入门项目实战.利用NDK 生成 SO 库,使用 SO 库进行 JNI 调用,在 Android sdcard 创建文件并写入数据。-NDK started the project in the history of the strongest real. NDK generated using SO library, use the SO library JNI call, in the Android sdcard to create file and write data.
Andriod_JNI
- 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
ffvideo1
- java开发android客户端 视频解码的源码 JNI-java development android client video decoder source JNI
hello-jni
- Android的SDK中没有包括JNI的支持,而且对如何支持JNI也没有任何文档说明。不过既然整个Android平台是开源的,我们可以通过Google发布的源代码来找到一些线索(比如frameworks/base/media/jni/目录),依葫芦画瓢的实现上层JAVA程序通过JNI来调用Native C程序中的函数。-Android SDK does not include the JNI support but no documentation for instructions on how
AndroidH264JNI
- android上传视频流的h246编码以及解码的jni实现-android upload video streaming h246 encoding and decoding jni achieve
android_os_Debug
- android os debug this file is contained in android source project. it s path is android source framework base core jni directory.
LiveWallpaperSampleWithJNI
- android平台JNI调用C语言类库 NDK编译.so类库-the android platforms JNI call C language class library
ndkjni
- 基于 android 2.2 ,通过jni 调用 C 动态库-Based on android 2.2, the jni call the C dynamic library
JNITest
- android jni调用示例代码 以便于初学android和jni的开发者快速的入门,学习jni-android jni test
swtichScreen
- android转屏测试。在做JNI的时候,JNI画出的屏幕在旋转时候容易黑屏-android turn screen test. When do JNI JNI draw easy black screen rotation when
jni
- 通过android ndk编译成动态.so文件,是java代码可以访问gsoap 服务。-android ndk gsoap
camerademo
- android中多种摄像头预览的方法,也有yuv转rgb的,写到jni中速度会快一点-some methods to preview camera
c-jni-java
- C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的-C through JNI call java object interface
Android-JNI-LED..
- Android通过JNI调用驱动程序(完全解析实例)..LED-Android JNI LED
android--JNI
- android JNI,适合android开发人员,特别是驱动级别的开发人员-android JNI, for android developers, especially developers who drive level
main
- 安卓平台下,通过jni调用USB摄像头.(Android jni usb camera)