-
SecurityClientParser
Security Client Parser Source Code for Andriod.
- 2013-12-06 14:30:25下载
- 积分:1
-
Superuser
android平台下,超级用户的源码.包含了android的apk源码和一份su的源码(source code of android s superuser.)
- 2013-04-19 11:55:11下载
- 积分:1
-
Android 文字跑马灯文字水平自动滚动控件及效果演示
Android 文字跑马灯文字水平自动滚动控件及效果演示,文字左右移动特效,文字滚动速度可调、文本颜色也可以自定义,可以用手触屏来控制是否停止文字滚动,控制点击停止或者继续运行,在开始滚动前,对文字样式做以下设置:
private float textLength = 0f;// 文本长度
private float viewWidth = 0f;
private float step = 0f;// 文字的横坐标
private float y = 0f;// 文字的纵坐标
private float temp_view_plus_text_length = 0.0f;// 用于计算的临时变量
private float temp_view_plus_two_text_length = 0.0f;// 用于计算的临时变量
public boolean isStarting = false;// 是否开始滚动
private Paint paint = null;// 绘图样式
private String text = "";// 文本内容
在AutoTextView文件中,mInUp,mOutUp分别构成向下翻页的进出动画,mInDown,mOutDown分别构成向下翻页的进出动画,TextSwitcher主要用于文件切换,比如 从文字A 切换到 文字 B等。
- 2022-03-17 17:30:48下载
- 积分:1
-
ProgressBarTest
进度条显示,可以改变进度条的显示样式。可以自定义图片为进度条的按钮样式。(Progress bar shows the progress bar can change the display style. You can customize the picture as the progress bar button style.)
- 2013-06-26 11:23:06下载
- 积分:1
-
android 自动升级示例源码
android 自动升级示例源码
- 2014-06-29下载
- 积分:1
-
CityWeather
安卓平台下的一个简单的城市天气预报小程序,可供学习安卓的朋友作参考!(Andrews platform under a simple weather forecasts for cities program available for Andrews friends and as a reference!)
- 2012-08-18 13:39:22下载
- 积分:1
-
仿56视频播放源码
应用背景完美仿56视频,可播放视频,可全屏,可二次开发编辑。关键技术Android 2.1 及以上系统可用,包内含可执行apk及源码,可先安装apk测试验证。编译过程中若有错误提示,请根据编译器版本进行细微修改。
- 2022-02-14 14:50:03下载
- 积分:1
-
android
非常适合初学者的android程序,开源的,只需解压到myworkplace里就可以了,android环境自己可以配置。(I think that it is good for you )
- 2012-05-24 12:58:21下载
- 积分:1
-
Plane_war_game
基于android的飞机大战游戏,不过不能触屏控制,只能通过DAPD板控制上下左右,对初学者有用(Plane war game based on android, but can t touch screen control, only through DAPD board to control the up and down or so, useful for beginners)
- 2013-12-07 21:49:44下载
- 积分:1
-
BreakIterator
Break Iterator Source Code for Andriod.
- 2013-11-18 22:21:22下载
- 积分:1