-
AndroidService
Android的服务Service,两种不同的实现方法
service概念及生命周期,以及测试生命周期的工程(Android Service Service, two different concepts and implementations service life cycle, and test the project life cycle)
- 2011-05-08 08:35:01下载
- 积分:1
-
Android开源小说阅读器CoolReader源码
Android开源小说阅读器CoolReader源码
- 2015-04-06下载
- 积分:1
-
android 仿QQ聊天界面 例子源码下载
android 仿QQ聊天界面 例子源码下载
- 2015-04-21下载
- 积分: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
-
Java中文说话
Java中文说话
- 2022-01-30 13:39:54下载
- 积分:1
-
Android蓝牙打印机
1.Android手机实现蓝牙打印机功能..2. 内置蓝牙服务,开启应用 按menu键 可搜索蓝牙设备/实现蓝牙配对
- 2023-01-12 09:15:04下载
- 积分:1
-
win8Sticker
android上实现win8的磁贴效果,还不错。(Win8 achieve tile effect on the android, not bad.)
- 2016-10-07 12:30:57下载
- 积分:1
-
android 自定义充值控件 实例源码
android 自定义充值控件 实例源码
- 2014-06-03下载
- 积分:1
-
汽车租赁
实现管理员的登录,登录后对个人信息的修改,对客户的信息管理,添加,删除,修改,汽车的搜索,查看,添加,删除,修改,汽车的租赁管理,汽车的到期管理。
- 2022-05-05 20:57:00下载
- 积分:1
-
DialerPan
设计的Android自定义View,模仿老电话式旋转拨号盘,按住数字键后绕着圆心进行旋转,当旋转到第三象限时,中心图片会改变,在第三象限抬起手,就会将按住的数字填入编辑框,也可点击编辑框后的后退按钮进行撤销操作,编辑完后点击中心图片会验证所填入密码是否正确。我当前设计的密码是123.(Design custom Android View, imitating the old rotary dial phone, hold the number key to rotate around the center of the circle, when the rotation to the third quadrant, the center picture will change, raised his hand in the third quadrant, they will be Press and hold the digital fill edit box can also click the Back button in the edit box for withdrawal after the operation, after editing click on the picture will validate the populated center of the password is correct. My current design code is 123.)
- 2013-06-09 10:34:30下载
- 积分:1