-
android 点赞+1效果 例子源码下载
android 点赞+1效果 例子源码下载
- 2015-03-05下载
- 积分:1
-
android 身份证验证功能 示例源码下载
android 身份证验证功能 示例源码下载
- 2014-09-11下载
- 积分:1
-
用DialogFragment创建登录对话框 并传值给activity 实例源码下载
用DialogFragment创建登录对话框 并传值给activity 实例源码下载
- 2015-01-13下载
- 积分: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
-
View增加红色数字角标
该项目提供了一种简便的方式,能够在运行期对任意给定的Android view添加徽章, 而不必配合它的布局。可添加的标签包括但不限于右上角的红色数字提醒角标
- 2017-02-09下载
- 积分:1
-
断点续传 单任务断点下载
断点续传_单任务断点下载 断点续传_单任务断点下载
- 2014-04-10下载
- 积分:1
-
Android文本阅读器
Android文本阅读器
- 2014-11-01下载
- 积分:1
-
监听android应用被卸载后 再使用libcurl三方库进行一次三方请求例子
监听自身应用卸载,并在卸载之后,使用libcurl三方库进行一次三方请求,或者启动网页的实例工程。
- 2014-09-23下载
- 积分:1
-
Android开源小说阅读器CoolReader源码
Android开源小说阅读器CoolReader源码
- 2015-04-06下载
- 积分:1
-
Android 展开android通知栏(兼容4.2及以上)实例源码
用到 android反射相关方法 实现展开通知栏示例
- 2014-05-26下载
- 积分:1