-
android 各种常用对话框(dialog) 实例源码下载
android 各种常用对话框(dialog) 实例源码下载
- 2015-02-03下载
- 积分:1
-
Android ExpandableList 例子下载 列表
Android ExpandableList 例子下载 列表
- 2013-08-14下载
- 积分:1
-
基于百度地图API可进行GPS定位,解析经纬度等
利用百度地图API进行定位,还能得到经纬度、导航卫星定位等
- 2022-01-26 05:16:30下载
- 积分:1
-
android 侧滑菜单例子源码下载
android 侧滑菜单例子源码下载
- 2015-05-14下载
- 积分:1
-
android 对话框源码
android新手小例子,教你怎么写手机上的对话框。。简单的对话框让学Android从新手开始,一步步走向成功。。
- 2022-03-17 00:50:26下载
- 积分:1
-
android 232串口通讯
mApplication = (Application) getApplication();
try {
mSerialPort = mApplication.getSerialPort();
mOutputStream = mSerialPort.getOutputStream();
mInputStream = mSerialPort.getInputStream();
/* Create a receiving thread */
mReadThread = new ReadThread();
mReadThread.start();
} catch (SecurityException e) {
DisplayError(R.string.error_security);
} catch (IOException e) {
DisplayError(R.string.error_unknown);
} catch (InvalidParameterException e) {
DisplayError(R.string.error_configuration);
}
- 2022-01-24 15:19:55下载
- 积分:1
-
android图像处理源码,android studio项目
主要功能是程序占用的一些缓存的处理,用到线程池等,适用于android app,
- 2023-05-23 21:15:04下载
- 积分:1
-
masktextfield源代码
This source code shows how to implement masked edittext on android.
- 2022-08-04 10:44:58下载
- 积分:1
-
JavaOpenGL
it is a book java open GL for android.
Book for beginner.
- 2012-05-14 22:59:04下载
- 积分:1
-
handwrite
android 手写输入 电子签名等运用 (android handwriting input, such as the use of electronic signatures)
- 2013-12-03 13:25:09下载
- 积分:1