-
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 蓝牙 扫描 连接 实例源码下载
- 2014-08-29下载
- 积分:1
-
对一个listview的文字进行排序
Android 实现ListView的A-Z字母排序和过滤搜索功能,实现汉字转成拼音
- 2014-12-13下载
- 积分:1
-
WifiKill
说明: WiFi kill activity binary
- 2020-01-30 03:09:14下载
- 积分:1
-
海康威视监控源码
海康威视监控源码,使用设备为海康威视的网络监控设备,提供jar包,可以修改源码的设备ip,监视自己的监控设备,本Android源码使用eclipse开发工具开发,可直接导入运行,主要功能包括实时监控视频
- 2022-02-12 15:36:06下载
- 积分:1
-
WheelViewDemo实现日期选择等
android滚动论,可自定义,实现滚动选择
- 2022-01-28 23:43:19下载
- 积分:1
-
Android 仿关灯游戏(游戏开发-17_166).zip
Android 仿关灯游戏(游戏开发-17_166).zip
- 2019-10-07下载
- 积分: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 蓝牙热敏打印机 app源码下载
蓝牙热敏打印机 此工程创建于2014年8月,使用蓝牙和usb传输打印数据,打印数据是将打印内容装换成bitmap,bitmap处理成二值图像。
- 2016-02-17下载
- 积分:1
-
一款基于安卓的简单聊天软件
可以注册登录、发送文字表情。
使用前请安装好mysql。
this is a android instant messenger based on socket communication
basic functionality:
1. a user can register an account with a username, his/her age and gender
2. login with username and password
3. find out friends by username or particulars(age and gender)
4. chat with a friend with text and emoji
5. chatting history available for checking
6. messages sent to offline friends will be saved at server and pushed to that friend when he/she signs in
7. ringtone and vibration notification when a message arrived if messanger is not foreground
- 2022-06-26 00:25:43下载
- 积分:1