-
仿飞鸽传书
仿飞鸽传书设计 可以扫描同一局域网内所用用户ip地址 并完成信息传输和文件传输。是一个局域网内聊天系统
用来省流量聊天文件传输都是极好的。
- 2023-08-11 05:00:03下载
- 积分:1
-
android theme 皮肤 实例
android皮肤更改实例
- 2013-03-10下载
- 积分:1
-
android 项目 记录日志例子
android 项目 记录日志例子
- 2014-09-17下载
- 积分: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应用源码小说阅读器项目
本项目也是一个小说阅读器项目,内置了三国演绎、红楼梦、射雕英雄传、天龙八部四部小说,点击小说名可以转跳到具体的章节,点击章节可以转跳到阅读页面,阅读页面不是那种传统的翻页效果,只是简单的上下拖动查看文字,没有书签、进度转跳之类的,不过右边有个小的进度条可以看一下进度,再说每一章的文字还不算太多,拖动一下就到了。比较郁闷的是在项目里一按返回键就直接退出应用了,没有对返回键做特殊处理。
- 2022-05-21 23:56:08下载
- 积分:1
-
android camera 摄像头拍照例子源码
android camera 摄像头拍照例子源码
- 2014-11-10下载
- 积分:1
-
Android 电子词典
MDict 是一款跨平台的开放的电子辞典平台,软件本身不提供辞典数据,而是使用用户自己制作的辞典数据。本辞典软件的特色:网上有大量用户转换制作的词典可供下载,包括百科等,可以自己制作词库支持同时查询多个辞典文件支持程序内点击取词词典内容支持图片,html等,形式美观支持语音库方式真人发音支持IPhone/IPad/Android/Window Mobile/PC等平台
- 2022-07-19 13:21:30下载
- 积分:1
-
MenuDemo
从头学Android之Menu选项菜单学习过程中的一个测试demo(lean menu demo)
- 2012-05-03 15:16:20下载
- 积分:1
-
android通用开发UI框架(选项卡)
是一个非常简单,快捷的选项卡框架
- 2015-06-23下载
- 积分:1
-
android listview 通用adapter
android listview 通用adapter 只需要集成commenAdapter即可 在viewholder中就可以进行内容设置
- 2023-08-12 03:35:03下载
- 积分:1