-
Android
- 2022-01-26 04:47:16下载
- 积分:1
-
RoundImageView
应用背景图片可从网上获取,也可自定义为本地。实现将图片裁剪成圆形图片或圆角方形,根据图片大小,最多定义2个边框。最后将裁剪后的圆形图片保存在本地。代码比较明确,非常适合新手学习。关键技术canvas,自定义View,对Bitmap的压缩,裁剪,保存本地,缓存读取处理。
- 2022-03-10 07:35:41下载
- 积分:1
-
android实战项目,注释完善
完整的android实战项目,对android学习很有帮助,能快速提高编程水准,感兴趣的可以下载下来看一下,保证物有所值
- 2022-01-26 07:47:50下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
MFC VS2017 销售管理系统
用户信息存在login.ini,库存信息存在txt文件
- 2019-12-27下载
- 积分:1
-
豆瓣网客户端
Android豆瓣网客户端,没有数据库,可以让大家参考和学习,下载
- 2022-03-20 01:07:47下载
- 积分:1
-
安卓调用系统闹钟及获取所有软件信息例子 源码
安卓调用系统闹钟及获取所有软件信息例子 源码
- 2014-10-17下载
- 积分:1
-
简单的用户注册及登陆
简单用户信息注册登陆开发代码,适合初学者
- 2022-12-04 14:50:03下载
- 积分:1
-
android人脸识别
人脸识别技术的应用:A,为Camera 添加人脸识别的功能,使得Camera 的取景器上能标识出人脸范围;如果硬件支持,可以对人脸进行对焦。B,为相册程序添加按人脸索引相册的功能,按人脸索引相册,按人脸分组,搜索相册。
- 2022-02-05 03:11:09下载
- 积分:1
-
活动的生命周期
Android活动生命周期代码
- 2022-02-02 11:21:10下载
- 积分:1