-
简单的登录 增删改查
简单的登录 增删改查
- 2014-05-14下载
- 积分:1
-
Android 拍照本地图片上传 图片裁切
Android本地图片和拍照图片上传作为头像,剪一下,防止测试的时候上传的文件太大,仿微信图片上传,带有拍照,并可以放大缩小预览PhotoSuperCopy,安卓拍照或选择图片上传服务器 解成bitmap,方便裁剪,调用相机拍照后的照片存储的路径,取到绝对路径,上传图片,实际上是将图片流以字符串形式存储下来。
- 2022-04-13 07:35:25下载
- 积分:1
-
MediaPlayerDemo
Android播放器源代码,源代码模式(Android.mk)编译,支持USB播放,需要手动输入视频文件的路径。(Android mediaplayer source code.)
- 2017-01-09 19:55:28下载
- 积分:1
-
电子阅读
实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读实现电子书阅读
- 2022-07-03 16:35:01下载
- 积分: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
-
Induction-Motor-Analysis-GUI
it is a great working machine for us
- 2018-02-05 22:44:54下载
- 积分:1
-
BLE扫描
扫描一定范围内的BLE设备,并可以连接该设备,获取设备的RSSI值。
- 2022-02-02 14:24:09下载
- 积分:1
-
gradle-1.6-bin.zip
gradle-1.6-bin.zip , Android studio 所需的包,离线方式使用
- 2022-04-12 06:40:00下载
- 积分:1
-
Soruce_Code_Of_Secret_Of_Android_Application_Devel
《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。(" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.)
- 2020-06-25 22:40:02下载
- 积分:1
-
TravelApp-(1)
一个简单的安卓app应用程序,类似于滴答拼车,但是拼游的,大家可以通过此软件找到一起出游的小伙伴(A simple Android app applications, similar to the ticking carpool, but to fight tour, we can travel together by this software to find a small partner)
- 2020-10-22 16:17:23下载
- 积分:1