-
NCI-technical-Specification
NCI协议 最新的安卓NFC手机的NCI协议(NCI protocol )
- 2014-11-12 13:33:24下载
- 积分:1
-
APII
Android应用,个人生活助手类,支持天气地点照片等状态显示与分享至微信朋友圈(Android applications, personal life helper classes to support weather locations and sharing photos and status display to the micro-channel circle of wechat)
- 2013-12-01 01:42:24下载
- 积分:1
-
android ui源码
android ui源码
- 2015-06-14下载
- 积分:1
-
Android 设计制作的动态桌面
Android 设计制作的动态桌面,做动态桌面 触屏移动时 有圈
在源代码中初始化 画笔、定义触屏位置、圈的半径、在初始化Engine时被调用、当可见度改变时被调用、当触屏时被回调。
//在初始化Engine时被调用
@Override
public void onCreate(SurfaceHolder surfaceHolder) {
super.onCreate(surfaceHolder);
paint = new Paint();
paint.setColor(Color.RED);
paint.setStrokeWidth(2);
paint.setStyle(Paint.Style.STROKE);
//使用触屏
setTouchEventsEnabled(true);
}
- 2023-03-21 22:45:04下载
- 积分:1
-
android 图片压缩demo
android平台的图片压缩demo,通过对质量压缩,像素压缩等方法实现,以及第三方库bitherlibjni来进行极限压缩,基本压缩到原图片的十分之一左右,具体数据可以根据项目需求改动
- 2022-03-19 13:57:25下载
- 积分:1
-
android Sax解析实例源码下载
android Sax解析实例源码下载
- 2014-03-14下载
- 积分:1
-
蓝牙寻找
1.使用registerReceiver注册BroadcastReceiver来获取蓝牙状态、搜索设备等消息;2.使用BlueAdatper的搜索;3.在BroadcastReceiver的onReceive()里取得搜索所得的蓝牙设备信息(如名称,MAC,RSSI);4.通过设备的MAC地址来建立一个BluetoothDevice对象;5.由BluetoothDevice衍生出BluetoothSocket,准备SOCKET来读写设备;6.通过BluetoothSocket的createRfcommSocketToServiceRecord()方法来选择连接的协议/服务,这里用的是SPP(UUID:00001101-0000-1000-8000-00805F9B34FB);7.Connect之后(如果还没配对则系统自动提示),使用BluetoothSocket的getInputStream()和getOutputStream()来读写蓝牙设备。
- 2022-03-17 02:50:27下载
- 积分:1
-
Media_Setting
基于全志A10 android4.0平台,开发的GPIO控制程序,通过UI界面选择不同状态下GPIO口输出不同的电平状态,来实现由高低电平来控制外部设备;本例程主要实现5个IO口控制Audio和vedio的不同格式输出(Based on Allwinner A10 android4.0 platform, the development of the GPIO control procedures, through the UI interface to select a different state, a different GPIO port output level state, to achieve the high and low to control external devices This course mainly to achieve five IO port control Audio and vedio output different formats)
- 2013-10-08 21:33:56下载
- 积分:1
-
Android-Total(5)
关于android开发技巧总汇系系列5,内容总结的不错,值得参考(Department on android development skills confluence Series 5, the content summary of good, valuable reference)
- 2013-07-12 12:56:58下载
- 积分:1
-
android api demo
最新android API demo,包含android 中很多的学资料...........
- 2022-03-21 01:23:33下载
- 积分:1