-
android http 网络通信框架 下载
android http 网络通信框架 下载
- 2020-12-01 22:19:26下载
- 积分:1
-
DefaultSSLContextImpl
Support class this package for Andriod.
- 2013-10-21 16:26:33下载
- 积分:1
-
可拖动列表项
android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序。
- 2022-02-04 20:51:30下载
- 积分:1
-
android 串口编程 实例源码下载
android 串口编程 实例源码下载
- 2013-11-28下载
- 积分: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拍照封装 TakePicAndGallery-master
Android拍照封装,比较全面,支持android7.0(Android Photo Encapsulation, more comprehensive, supporting Android 7.0)
- 2020-06-20 05:40:01下载
- 积分:1
-
android viewpager 动态加载数据
android 动态加载数据
- 2015-03-16下载
- 积分:1
-
AMR 编码库
android录音amr解码,采用jni底层解码、编码的方式会音频进行压缩和解压缩以减小带宽的使用,采用8000 bit_16,单声道。然后将PCM格式转换成AMR
- 2022-09-28 20:50:03下载
- 积分:1
-
Android版日历
android版本的日历控件,实现了日历的基本功能,可以按月显示,包括年月切换等。控件比较简单,只是实现了基本功能,希望大家多多给出意见。
- 2022-03-05 19:16:34下载
- 积分:1
-
课程表
实现课程表的基本功能,提醒学生上课时间,还有备注等功能(Realize the basic function of the curriculum, remind the students of the class time, as well as notes and other functions.)
- 2021-01-07 11:18:54下载
- 积分:1