-
android 底部tab切换 例子代码
android 底部tab切换 例子代码
- 2020-12-16 16:29:12下载
- 积分:1
-
openfire3.7.1在myEclipse的源码部署(即时通讯例子部署)
软件版本: Myeclipse: myeclipse-9.0M1-win32 Openfire:openfire_3_7_1
- 2014-04-07下载
- 积分:1
-
基于安卓的二维码生成器
基于安卓的二维码生成器可以将文字信息转化为二维码的手机小软件
- 2022-10-15 10:55:03下载
- 积分:1
-
Android监听读取短信来源和内容
Android监听读取短信来源和内容,关键性代码如下:for(SmsMessage message:messages){
sb.append("短信来源:")
.append(message.getDisplayOriginatingAddress())
.append("
-------短信内容----------
")
.append(message.getDisplayMessageBody());
}
- 2023-08-19 11:40:04下载
- 积分:1
-
Android 绘制吃豆子小人及图片自动变换显示功能
Android 绘制吃豆子小人,同时与之搭配的还有图片自动变换显示的功能。
Paint paint = new Paint();//创建画笔对象
canvas.drawColor(Color.BLACK);//绘制背景
canvas.drawBitmap(bmpMan, centerX-radius, centerY-radius, null);//绘制吃豆小人
paint.setColor(Color.BLACK); //设置画笔颜色
paint.setAntiAlias(true);
RectF oval = new RectF(centerX-radius-1,centerY-radius-2,centerX-radius-1+2*radius+2,centerY-radius-2+2*radius+4);
canvas.drawArc(oval, 360-angle+90*direction, 2*angle, true, paint); //绘制扇形实现张嘴闭嘴
if(System.currentTimeMillis()-timeStamp > 5000){//如果时间间隔超过5秒
timeStamp = System.currentTimeMillis(); //重新记录时间
currPhoto = (currPhoto+1)%bmpPhotos.length; //更换照片
}
canvas.drawBitmap(bmpPhotos[currPhoto], 80, 40, null);//绘制照片
super.onDraw(canvas);
- 2022-05-16 13:25:29下载
- 积分:1
-
Android
安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
- 2013-12-16 21:07:34下载
- 积分:1
-
Apress-Pro-Android-Apps-Performance-Optimization-
I thank the team at Apress who made this book possible: Steve Anglin, Corbin Collins, Jim
Markham, and Jill Steinberg. Working with all of them was a real pleasure and I can with
confidence recommend them to any author.
I also want to thank the tech reviewers: Charles Cruz, Shane Kirk, and Eric Neff. They
provided invaluable feedback, often catching mistakes I would not have seen even after dozens of
readings.
To all my friends whom I did not get to see as often as I would have liked while I was working
on this book, I give my thanks too: Marcely, Mathieu, Marilen, Maurice, Katie, Maggie, Jean-René,
Ruby, Greg, Aline, Amy, and Gilles, I promise I will make up for the lost time. Last but not least, I
owe a lot to three people: Eddy Derick, Fabrice Bernard, and Jean-Louis Gassée. Sometimes all it
takes is an injured toe and a broken suitcase.
- 2012-11-26 00:27:29下载
- 积分:1
-
Ethernzt-Athernet
OMRON FINS 串口 以太网通讯协议软件原代码(The original Code of OMRON FINS Serial Ethernet Communication Protocol Software)
- 2018-07-30 12:43:58下载
- 积分:1
-
pushbox
安卓程序设计 小游戏 推箱子游戏,初级,适合看代码学习方法(Andrews programming game Sokoban game, junior, suitable to look at the code learning methods)
- 2020-12-21 15:29:10下载
- 积分:1
-
fengkuanglanqiu
Android 系统3D游戏开发,名为疯狂投篮。是《oid+3d游戏开发技术详解与典型案例》一书的源码(Android system, 3D game development, called crazy shot. " Oid+3d game development technologies Detailed with a typical case" a source book)
- 2012-07-06 15:26:40下载
- 积分:1