-
photo
Pay online to activate your account Pay online to activate your account
- 2017-09-22 23:45:35下载
- 积分: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 wheel demo 源码
wheel 入门级方法使用
- 2013-05-25下载
- 积分:1
-
specialEffects
android 的一些功能特效 很实用的。(android special effects)
- 2012-11-24 20:54:26下载
- 积分:1
-
AndroidStudio连接wifi控制esp8266
AndroidStudio连接wifi控制esp8266,可本地远程通过esp8266控制板级硬件,如电机,rgb灯等硬件设施实现智能家居应用开发的模板
- 2022-01-25 15:57:55下载
- 积分:1
-
android broadcast 实例分享 附源代码
android broadcast 入门级实例分享
- 2013-03-11下载
- 积分:1
-
基于wifi的手机和stm32单片机通信的安卓程序
应用背景现在智能家居很火,很多是基于wifi技术的,这个时候如果用手机控制是很方便的,因为大家知道我们的手机都有wifi的功能,就可以用手机控制,而不需要以前的遥控器了。这个安卓应用程序,只要是应用了stm32单片机的设备,都可以用这个安卓程序控制,可以应用到智能家居,或者其他控制电机的场合。关键技术这个安卓程序使用eclips写的,直接用eclips打开就可以看到工程的源代码,主要是作为一个上位机来用,基于wifi的,很方便,有按键和直接输入命令两种模式,在单片机上需要连一个路由器,路由器就构建了一个小局域网,这个单片机就和手机处于一个局域网内,路由器在这里并不需要联网。
- 2022-10-12 10:50:04下载
- 积分:1
-
android 语音识别例子源码下载
android 语音识别例子源码下载
- 2015-04-30下载
- 积分:1
-
gomoku-master
android game The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe . Go means five, moku is a counter word for pieces and narabe means line-up. The game is also popular in Korea, where it is called omok which has the same structure and origin as the Japanese name. It is said to have originated in China with the name Wu Zi Qi . In the nineteenth century, the game was introduced to Britain where it was known as Go Bang, said to be a corruption of the Japanese word goban, said to be adopted from Chinese k i pan chess-board.
- 2014-03-22 16:20:19下载
- 积分:1
-
googlelocation
说明: 用Android studio配置谷歌地图,实现坐标定位并显示。(Configure Google Map with Android studio to achieve coordinate positioning and display.)
- 2019-04-05 20:54:55下载
- 积分:1