搜索资源列表
shoujigps
- 通过安卓手机实现对业务员的定位,通过对gps设备调用,上传到服务器上-Andrews mobile phone positioning for sales call on the gps device, upload to the server
H264EncodeFromX264
- 基于安卓手机的动态采集系统压缩的H264视频,并且上传到服务器上-Andrews-based mobile phone H264 video compression dynamic acquisition system, and uploaded to the server
SayHi
- 安卓手机端对语音实时采集编码并上传到red5流媒体服务器-Andrews mobile end real-time acquisition of voice coding and upload to red5 streaming server
android_upload
- 安卓软件开发源码,实现安卓手机上传文件到服务器。-Android source software development, the realization Android phones to upload files to the server.
upload
- 简单的选择文件并且上传至服务器的安卓程序-Simply select the file and upload it to the server program Andrews
UpPic4
- android利用webservice上传图片至服务器的安卓端-android devices upload pictures using webservice
Android-IP-Camera-master
- 安卓客户端视频监控上传至服务器,可应用于物联网-video captured transition android client to server,it can be applied to internet of things
Androidlyscym_a5
- 详细介绍 - [ 安卓录音上传下载源码 ] 本项目是一个基于安卓的录音上传小例子源码,包括安卓客户端源码和jsp服务端源码。 运行之前需要设置 RecordDialog类中的参数、服务器上传地址 uploadServerUrl、服务器下载播放地址 downloadServerUrl FileHelper 文件下载工具类 OnStateListener 接口-状态回调 RecordDialog 录音对话框 RecordManger 录音功能类 TalkNetManage
upload
- 安卓APP上传ftp服务器代码,将手机文件上传到ftp服务器-Andrews APP upload ftp server code
androidCamera
- 安卓程序,通过摄像头录像保存,并可以上传到服务器,压缩包内安卓程序,服务器程序都有-Stored in the android program, through the video camera, and can be uploaded to the server, the procedure in the android package, the server program
dianhualuyin
- 本例子是一个基于安卓的通话监听例子源码,可以实现简单的通话录音,下面是简单的实现步骤。 1.首先新建一个SystemService继承Service 2.拿到TelephoneManager的实例,调用它的listen方法。 3.电话有很多种状态,在不同的状态下写你自己的事件(后面代码注释很详细) 4.实例化一个录音机,当通话状态时,开始录用,通话状态结束时,把音频文件在后台上传到服务器,实例化录用代码注释很详细。-This example is a source code b
luyinpaizhaoweizhi
- 本项目是一个基于安卓的预警系统项目源码,项目本来的设计目标是在隧道中监测隧道的变形等情况,让管理人员进行处理!利用拍照录音等手段,将其信息上传到服务器的,本项目可以根据需求扩展到其他工程的检测监控中。客户端上传功能都做好了服务端可以根据post的字段自己用php或者py写个接收文件就可以了。注册部分只是个样子,没有实现功能-This project is a Android based early warning system project source code, the project
AndroidUploadImages
- eclipse上开发的安卓程序,功能可将图片或者txt等文件上传至服务器端,之后上传相应地服务端代码-Android development on eclipse procedures, functions can picture or txt file upload to the server, and then upload the corresponding server-side code
迈瑞一体机数据自动导库监听器
- 一个监听器,属于智能医疗的范围。 作用于目前比较完善的迈瑞智能一体机,用于获取其上采集的数据,自动在服务器端通过监听器来动态监听上传的数据,并将其导入mysql的数据库。 当让包里也提供了另外一种获取方式,通过安卓端的程序编写到获取一体机的数据,之后处理过后再导入数据库。(A listener that belongs to the realm of smart medicine. Acts on the current more perfect MINDRAY intell
facesign
- 基于安卓的LBS+人来识别的移动考勤系统--服务器(PC)端--带数据库(mysql)文件-服务器文件过大-无法上传-只上传了sql文件--找我2831242966下载全部文件(Android based LBS+ people to identify mobile attendance system - server (PC) side - with a database (MySQL) file;The server file is too large to upload - just up
cameraexample_lan
- 手机拍数据上传给服务器,是一个小程序,希望大家多给意见(Photos taken by mobile phones uploaded to the server)
IM-master
- 简单的仿QQ聊天安卓APP源码。 该项目用JAVA的socket实现,包含客户端,服务器与数据库,如果想运行需要注意一下几点: 服务器更改配置文件dbcpconfig.properties 我已经将所需的依赖库也上传了,如果还缺少某些依赖库,需要你自己去下 注意客户端的端口号应与服务器的端口号一致。 客户端出现服务器异常时,请注意客户端的SERVER_IP,需要保证客户端ping通服务器。数据库使用的mysql。(Wechat,qq,and so on ifyou want to see it
android拍照上传服务端
- 安卓前端成功拍照,然后上传到后台服务器,最新安卓拍照(take photo by android)
shangchuanxiazai
- 一个基于安卓的录音上传小例子源码,包括安卓客户端源码和jsp服务端源码。 运行之前需要设置 RecordDialog类中的参数、服务器上传地址 uploadServerUrl、服务器下载播放地址 downloadServerUrl(A Android based recording and uploading small examples of source code, including Android client source code and JSP server source sou
网关方案三:ZIGBEE %2B SIM900A
- 1.zigbee编写语言为C语言,使用ZStack-CC2530-2.3.1-1.4.0协议栈; 2.APP使用eclipse eda安卓开发,采用sim900A连接外网,可简单修改连接esp8266wifi模块,从而连接外网,app能够实时显示采集zigbee采集的距离; 3.服务api采用的是淘宝云平台的api,服务器长期有效,无需修改; 4.通过cc2530之间通信,采集到rssi值,计算出距离,通过串口上传上位机,该程序能简单修改主函数,实现测距。(1.zigbee is writ