-
远程视频监控
【核心代码】 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
-
AndroidSMSFilter
Android平台的短信过滤器,用广播实现,按照来电号码的前缀匹配是否需要过滤。做了前后台切换,用了ListActivity。(SMS filter for Android platform with broadcast, according to the Caller ID prefix match the need for filtering. Do Taiwan before and after the switch, with the ListActivity.)
- 2013-03-06 20:19:05下载
- 积分:1
-
用户定位
Android studio编译器下实现各种方式的用户定位,利用Geocode
- 2022-02-01 03:40:50下载
- 积分:1
-
自制文件管理器
老早写的文件管理,代码有些凌乱,不过适合新手练手,这个文件管理器有复制、移动、剪切等传统文件管理器都有的功能,还有多选哦,希望同学们优化一下再用效果更好
- 2022-02-21 21:12:29下载
- 积分:1
-
AndroidCharacterTest
Android Character Test for Linux.
- 2014-06-19 10:18:53下载
- 积分:1
-
Android
- 2022-04-16 09:08:36下载
- 积分:1
-
b
说明: 安卓渗透工具,教学使用,严禁用于非法用途否则后果自负(Android Infiltration Tools, Teaching Use, Strictly Banned for Illegal Use Otherwise the Consequences are Owned)
- 2019-07-19 12:10:43下载
- 积分:1
-
漂亮的时间选择器
一款封装好的类似iphone的时间选择器
- 2020-09-29 11:37:44下载
- 积分:1
-
tab通讯录Android开源代码
安卓通讯录项目,简单的四项下标点击,可做参考
- 2022-08-08 08:29:37下载
- 积分:1
-
安卓系统二维码扫描
安卓系统二维码扫描
- 2019-07-04下载
- 积分:1