-
Java Call C++ DLL
In JAVA coding, we can call c++ functions.
Example, System.loadLibrary("good"); // good is c++ dll name
That dll includes two API functions:
JNIEXPORT jint JNICALL Java_TestDLL_get(JNIEnv *, jclass);
JNIEXPORT void JNICALL Java_TestDLL_set(JNIEnv *, jclass, jint j);
- 2022-05-31 01:31:47下载
- 积分:1
-
ZXingDemo
Android系统使用Zxing库生成二维码,扫描二维码(the generation and scanning of the two-dimensional code )
- 2020-09-25 16:27:47下载
- 积分:1
-
调用相机拍照实现(Android)
【实例简介】调用相机拍照实现(Android)
- 2021-12-04 01:11:20下载
- 积分:1
-
test_linearLayout3
安卓开发,实现数据增加,下拉到底部后自动增加新页并且增加数据(Android development, implement the data increases, down to the bottom after adding new pages and increase data automatically)
- 2016-11-04 11:14:33下载
- 积分:1
-
com
SignalA修改后的源码,支持android2.2及以上(SignalA modified source code, support android2.2 and above)
- 2013-11-04 13:08:31下载
- 积分:1
-
android-cilent-and-server-demo
一个android客户端和服务端四种通信方式的源码。(android cilent and server demo.)
- 2012-12-20 15:22:59下载
- 积分:1
-
android textview 自动换行 例子
textview 自动换行
- 2014-09-16下载
- 积分:1
-
ListViewTable
Android中使用ListView实现表格形式的部局
* 本例使用ListView和自定义的行部局实现了一个最基本的表格部局
* 和一个可变长度的表格部局
* 并实现了简单的行组件的单击事件(Use listview to make a basic table style layout, and a variable length table style layout, and a simple click event of the component in it)
- 2012-08-22 09:58:19下载
- 积分:1
-
tomcat
汤姆猫测试版本 主要就是模仿汤姆猫点击小猫给反应(Tom the cat test version is mainly imitate Tom cat kitten to click reaction)
- 2013-09-04 16:38:22下载
- 积分:1
-
android camera 例子源码
android camera 例子源码
- 2014-11-10下载
- 积分:1