-
TI毫米波雷达例子程序
TI毫米波雷达例子程序
- 2020-12-08下载
- 积分: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 app源码
OpenSudoku是一个简单的九宫格数独游戏。从代码中可以学习到如何在视图中显示表格数据,以及如何和一个网站交互等技术。 OpenSudoku是一个简单的开源的数独游戏。它旨在通过手指和键盘控制。它预装90在3个难度级别的谜题,更多的难题,可以从网上下载,它也允许你输入自己的难题。
- 2022-06-17 08:50:23下载
- 积分:1
-
Android-OS-3.0music3.0.1
android最近版的播放器,有源码,资源文件,供android开发者的使用(android recent version of the player, there is source code, resource files, for the use of android developers)
- 2011-08-08 14:42:39下载
- 积分:1
-
How to make splash
说明: 制作Android开机Splash.img镜像文件(Making an Android boot Splash.img image file)
- 2020-06-23 12:40:01下载
- 积分:1
-
android导出自己手机通讯录信息
android导出自己手机通讯录信息
- 2013-06-04下载
- 积分:1
-
TestForFloatingWindow-master
说明: android 8.0之前的悬浮窗口Demo代码(android before 8.0 float window Demo source code)
- 2019-06-15 21:55:45下载
- 积分:1
-
android notification 通知示例源码下载
android notification 通知示例源码下载
- 2014-02-16下载
- 积分:1
-
android 酒店住房预定系统源码下载
android 酒店住房预定系统源码下载
- 2015-05-11下载
- 积分:1
-
phpPushMessage.tar
PHP 向 Android推送消息,使用mqtt协议进行推送(PHP push message to Android client)
- 2012-08-17 13:15:42下载
- 积分:1