-
pglduisj
这是一款Android平台下的仿苹果通信界面UI源码,目前只是来电界面,去电因为没法发送DTMF,没法实现拨号盘功能,所以去电界面没实现,另外具备免提切换按键功能,希望能给大家带来帮助。 (This is a Android platform imitation Apple communication UI interface source code, currently only incoming interface to electricity because can t send DTMF, can not realize dialing disk function, so to electrical interface is not achieved, it also possess the hands-free key function switching, hope can bring a help to everybody.)
- 2016-05-25 19:17:39下载
- 积分:1
-
ANDROID名片识别
ANDROID名片识别
- 2022-11-05 03:40:03下载
- 积分:1
-
Android屏幕录制音视频
Android屏幕录制,720P的高清视频,需要root权限。
- 2023-01-29 22:05:03下载
- 积分:1
-
android fiip特效
android fiip特效
- 2013-12-22下载
- 积分:1
-
HttpOptions
HTTP OPTIONS method Source Code for Andriod.
- 2013-11-11 09:40:24下载
- 积分:1
-
3D-air-war
3D 空战游戏
open GL编程应用实例(3D air war game
3D open GL application instance for studying)
- 2012-10-16 14:38:55下载
- 积分:1
-
Android 色环取色器模块代码
Android 色环风格的取色器,用来拾取颜色,用于在字体颜色选择时,提供方便,在弹出的色环中,鼠标单选任意处,会将此点的颜色赋值给文字,改变文字的颜色。关于色环的定义,请参见以下代码部分:
private Paint mPaint;// 渐变色环画笔
private Paint mCenterPaint;// 中间圆画笔
private Paint mLinePaint;// 分隔线画笔
private Paint mRectPaint;// 渐变方块画笔
private Shader rectShader;// 渐变方块渐变图像
private float rectLeft;// 渐变方块左x坐标
private float rectTop;// 渐变方块右x坐标
private float rectRight;// 渐变方块上y坐标
private float rectBottom;// 渐变方块下y坐标
private final int[] mCircleColors;// 渐变色环颜色
private final int[] mRectColors;// 渐变方块颜色
private int mHeight;// View高
private int mWidth;// View宽
private float r;// 色环半径(paint中部)
private float centerRadius;// 中心圆半径
private boolean downInCircle = true;// 按在渐变环上
private boolean downInRect;// 按在渐变方块上
private boolean highlightCenter;// 高亮
private boolean highlightCenterLittle;// 微亮
更多代码细节请下载本源码。
- 2023-03-16 20:05:04下载
- 积分:1
-
Android解析XML文件的例子
Android解析XML文件的例子,在运行后的窗口中,单击解析XML文件后,会按照格式读取出Xml数据,以一定格式显示出来,如示例图所示的效果,实现代码可参考如下:
//xml没到最后 做循环
while(xpr.getEventType() != XmlResourceParser.END_DOCUMENT){
if(xpr.getEventType() == XmlResourceParser.START_TAG){
//获取标签的标签名
String name = xpr.getName();
if(name.equals("book")){
sb.append("价格:" + xpr.getAttributeValue(null, "price"));
sb.append("出版日期:"+ xpr.getAttributeValue(1));
try {
sb.append("书名:" + xpr.nextText());
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
- 2022-04-11 04:53:31下载
- 积分:1
-
支付宝移动快捷支付android源码 for Delphi XE
加入支付宝开发者平台,
https://open.alipay.com
签约移动支付服务
访问https://b.alipay.com/order/productSet.htm
- 2022-12-04 15:35:03下载
- 积分:1
-
C+学习笔记.pdf
【实例简介】
- 2021-07-20 00:32:01下载
- 积分:1