-
仿美图秀秀
含有美图秀秀的基本功能可以运行,使用Android Studio开发,可以更好地帮助学习这方面知识,能够geng好的掌握图形图像处理算法,可以帮助理解美图软件运行的意义以及前景
- 2022-02-21 20:36:20下载
- 积分: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
-
Android 蓝牙DEMO
Android 蓝牙4.0基本操作,用于新手学习
- 2022-05-07 17:28:30下载
- 积分:1
-
手机天气预报源码
手机天气预报源码,代码齐全,android客户端
手机天气预报源码,代码齐全,android客户端。学习和参考非常好的例子
- 2022-01-21 03:46:10下载
- 积分:1
-
android listview下拉刷新示例源码下载
android listview下拉刷新示例源码下载
- 2014-04-13下载
- 积分:1
-
Android中IntentService的特征
service中1需要手动开启子线程2服务开启之后会一直运行,需要手动调用stopService();或者stopSelf(); intentService是一种异步(子线程)、自动停止的服务,这个例子测试IntentService的特征
- 2022-05-20 04:17:23下载
- 积分:1
-
osmdroid-master
spatialite数据库开发事例,基于android的源代码(spatialite Database Development Case)
- 2014-07-23 19:47:08下载
- 积分:1
-
SSO单点登录
【实例简介】
XXL-SSO 是一个分布式单点登录框架。只需要登录一次就可以访问所有相互信任的应用系统。 拥有"轻量级、分布式、跨域、Cookie Token均支持、Web APP均支持"等特性。现已开放源代码,开箱即用。
- 2021-09-28 00:31:11下载
- 积分:1
-
Adnroid API帮助文档,非常不错,欢迎下载,真心觉得不错
Adnroid API帮助文档,自己在网上找到的真心觉得不错,欢迎下载不是很清楚的时候可以立马的过来翻看下,verygood。 非常不错,欢迎下载,真心觉得不错。
- 2022-02-11 11:37:32下载
- 积分:1
-
android音频降噪webrtc
- 2022-02-02 18:23:13下载
- 积分:1