-
android 多文件上传(有进度条)例子源码
用于多文件上传到服务器,并且有进度条提示
- 2015-05-29下载
- 积分:1
-
android 抽屉效果实例源码下载(可以滑动)
android 抽屉效果实例源码下载(可以滑动)
- 2014-12-28下载
- 积分:1
-
WifiDisplaySink
WifiDisplaySink
- 2021-05-06下载
- 积分:1
-
公交线路寻路器
应用背景这个非常有用的公交路线发现谷歌地图和收集detaills关键技术非常聪明的应用程序使用HTML和CSS和JavaScript
- 2022-03-17 02:18:48下载
- 积分:1
-
android 视频聊天源代码(wifi)
android 视频聊天源代码(wifi)
- 2014-08-22下载
- 积分: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视频程序源码
这是一个比较简单的实用Android 进行开发的Android视频程序源码
- 2022-05-22 06:45:19下载
- 积分:1
-
Bluetooth_fwj
可以发送文件的蓝牙适配例子是一个可以选择文件并发送给对方的蓝牙例子源码,项目带有蓝牙可见性的控制和其他常规的功能,项目比较大,分了好多层但是比较给力的是源码有比较详细的注释,用到的朋友可以下载看一下,项目编译版本2.3.3默认编码UTF-8。(You can send files of Bluetooth adapter is an example to a file and send to the other Bluetooth example source code, control project with Bluetooth visibility and other routine functions, the project is relatively large, divided into many layers but more awesome is a more detailed source notes, the use of friends can look at the download the project compiled version of 2.3.3 default encoding UTF-8.)
- 2016-06-22 11:36:51下载
- 积分:1
-
简单的视频加密播放
简单的视频的加密播放,视频资源放在raw目录下!视频已经过简单的加密处理(在视频的头部添加加密字符串字段),在手机建立本地的服务器,进行读取流操作
- 2022-03-19 03:00:15下载
- 积分:1
-
Chat-Socket-Demo
一个android端与Java后台通过socket进行传输的代码。(A Java back end android transmitted through the socket code.)
- 2015-10-12 20:39:20下载
- 积分:1