-
Android GetPost 发送GET 发送POST的示例代码
Android GetPost 发送GET 发送POST的示例代码,发送post必须设置以下两行代码:
conn.setDoInput(true);
conn.setDoOutput(true);
- 2022-08-08 03:30:06下载
- 积分:1
-
android uvcCamera
【实例简介】usb camera的连接使用
- 2021-07-17 00:32:04下载
- 积分:1
-
Xposed平台的位置伪装模块
基于Xposed平台的位置伪装模块,可以hookAndroid手机的GPS模块,使得手机定位软件显示的位置是自己设置的位置(The location camouflage module based on Xposed platform can hook the GPS module of Android mobile phone, so that the location displayed by mobile phone positioning software is the location set by itself.)
- 2020-06-19 09:40:01下载
- 积分:1
-
LumaQQME
Android系统中的LumaQQ源代码,比较详细的源代码,已经在Android系统中使用了,比较权威专业的源代码。(The Android system in the LumaQQ of source code, source code, has been used in the Android system, the source code of the authoritative professional.)
- 2013-04-11 18:35:36下载
- 积分:1
-
test_fileupload
android中的文件上传,通过这段代码来实现(android fileupload)
- 2011-12-09 16:42:48下载
- 积分:1
-
ViewGroup_MarginLayoutParamsTest
View Group_ Margin Layout Params Test extends Android Test Case.
- 2014-02-27 11:50:28下载
- 积分:1
-
webview 加载进度条 (横向以及圆形loading)例子源码
长形和圆形 webview加载 进度条
- 2015-06-28下载
- 积分:1
-
uzfdtza0
实时连续显示柱状图,对需要信号频谱显示的有很好的参考作用()
- 2018-06-16 21:15:59下载
- 积分:1
-
基于android的远程视频监控系统 附完整源码
原理:客户端将采集到的每一帧图像数据发送至服务器,服务器接收
- 2013-04-21下载
- 积分:1
-
android webrtc
WebRTC Android端的大体实现过程如下:(在不考虑播放本地视频的情况下)
连接服务器,并通过服务器打通两个客户端的网络通道。
从摄像头和麦克风获取媒体流 。
将本地媒体流通过网络通道传送给对方的客户端 。
渲染播放接收到的媒体流 。
- 2022-02-05 21:16:00下载
- 积分:1