-
SDFileExplorerme
android客户端方式实现文件浏览器功能(Implementation file browser function)
- 2012-08-20 23:15:02下载
- 积分:1
-
仿微信代码
资源描述仿微信代码,包括列表以及列表之间的切换,在切换的过程中下方“状态栏”颜色的改变等,在通信方面并没有做,如果有兴趣可以一起开发完善
- 2022-05-21 11:56:56下载
- 积分:1
-
ExpandableListViewBasicTest
Expandable List View Basic Test Source Code for Andriod.
- 2013-10-31 23:08:58下载
- 积分:1
-
Chess
android 小游戏源码 象棋,非常适合初学者学习。(android small gamesource chess)
- 2011-06-15 13:24:18下载
- 积分:1
-
Android动态统计图表绘制
android下的动态绘图演示,有直方图、圆柱形图、扇形图等等
- 2022-02-13 15:28:18下载
- 积分: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-music-player-source
安卓音乐播放器源码,附带详细word文档说明。(Android music player source, with a detailed documentation.)
- 2013-08-05 20:50:01下载
- 积分:1
-
768575
LoaderManager异步加载数据库,精选android学习源码,很好的参考资料。(LoaderManager asynchronous loading the database, select the Android learning source code, a good reference.)
- 2013-12-17 12:57:18下载
- 积分:1
-
pc机、android电视遥控有鼠标多媒体按键体感功能-PC
pc机、android电视遥控有鼠标多媒体按键体感功能-PC
- 2022-11-24 04:20:03下载
- 积分:1
-
MIUISoundRecorder
android小米录音机源码,可以直接运行的,非常不错。(MIUI recorder android source)
- 2013-11-23 22:27:51下载
- 积分:1