-
仿微信,实现朋友圈和聊天功能
仿微信,实现朋友圈和聊天功能,实现了评论和分享功能!
- 2022-01-26 01:14:23下载
- 积分:1
-
WebCore
最新2.1版本Android中的webkit的核心部分,它实现了对文档的模型化,包括了CSS, DOM, Render等的实现.(The latest 2.1 version of Android in the webkit core, which implements the model of the document, including CSS, DOM, Render, etc. to achieve.)
- 2010-08-10 15:44:20下载
- 积分:1
-
android音频处理显示
android平台下的语音识别完整代码,喜欢研究的童鞋不可错过~
- 2022-02-02 12:20:07下载
- 积分:1
-
洗衣机控制器单片机项目源码
洗衣机控制器单片机项目源码,用于控制洗衣机房的多个洗衣机
- 2021-05-06下载
- 积分:1
-
android-develop
Android用来开发测试版本号的代码,可以自动连接到github上面去 (Android version of the test used to develop code that can be automatically connected to github go above)
- 2016-06-15 21:43:43下载
- 积分:1
-
android Activity切换动画--模糊、水波纹、折叠效果
android Activity切换动画--模糊、水波纹、折叠效果
- 2014-09-29下载
- 积分:1
-
下拉刷新demo
实现listview的下拉刷新
- 2013-05-15下载
- 积分: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
-
AbstractMapBasedMultiset
Basic implementation of Multiset backed by an instance of code Map, AtomicInteger for Andriod.
- 2013-10-05 08:20:28下载
- 积分:1
-
安卓NFC读卡器
资源描述安卓NFC读卡器软件,能安装到手机上使用。
- 2022-08-13 19:01:02下载
- 积分:1