-
communication-spftware
聊天软件,基于TCP/IP协议的聊天软件开发(communication software)
- 2013-10-25 20:29:57下载
- 积分:1
-
cbNotepad
Windows、Android、IOS通用的记事本程序源码。类似于Windows系统的Notepad.exe。移动平台的编程,早已出现非常好的可视化环境,那就是xeC++Builder或xeDelphi。建议增加这些分类。(Windows, Android, IOS general Notepad program source code. Notepad.exe, which is similar to the Windows system. There has been a very good visualization environment for mobile platform programming, that is, xeC++Builder or xeDelphi. It is suggested that these categories be added.)
- 2018-07-13 08:35:09下载
- 积分:1
-
ActivityThread
这是一个简单的android程序,应用thread阻塞和inent实现简单的信息交换,适合初学者使用(This is a simple android, application thread blocking and inent simple exchange of information for beginners)
- 2013-10-07 20:58:46下载
- 积分:1
-
android音频处理显示
android平台下的语音识别完整代码,喜欢研究的童鞋不可错过~
- 2022-02-02 12:20:07下载
- 积分:1
-
andriod
有关于安卓的景物实例,主要介绍旅游景点的浏览页面。(There are examples on the scene Andrews)
- 2020-12-27 16:59:03下载
- 积分:1
-
Android 音乐播放器
【实例简介】Android studio 使用Service及BroadcastReceiver实现音乐播放器
- 2021-06-14 00:31:35下载
- 积分:1
-
Android源码:仿微信朋友圈发图片一次上传多张图片效果
Android源码:仿微信朋友圈发图片一次上传多张图片效果,可预览显示图片,可选择相册,手机上的图片选择和电脑端的有些区别,自从微信上使用了这种方式后,好像很多人都以微信为标准了,都在借鉴微信上传图片、选择图片的方式,毕竟真的挺好用,这个Android源码,同样是模仿的功能。
- 2022-02-15 11:46:01下载
- 积分:1
-
用安卓手机提取传感器数据并画图在屏幕上
里面有重力传感器,加速度传感器,角度传感器的提取数据到画图在屏幕上。并且能拉出所有该设备有的传感器列表。如果再做关于传感器的研究,这个是一个很好的工具用来观测传感器的数据和变化趋势。
- 2022-02-14 07:51:44下载
- 积分:1
-
Android ʹ
- 2022-03-25 16:40:08下载
- 积分:1
-
Android WEBservice客户端测试例子
Android WEBservice客户端测试例子,一个搜索客户端,用户通过这个客户端提交搜索的关键字内容,然后提交至服务器进行扫完后返回远程结果,部分代码如下,仅供参考:
SoapObject soapObject = (SoapObject) envelope.getResponse();
String result = "产品名称:" + soapObject.getProperty("name") + "
";
result += "产品数量:" + soapObject.getProperty("productNumber") + "
";
result += "产品价格:" + soapObject.getProperty("price");
tvResult.setText(result);
- 2022-04-13 09:07:59下载
- 积分:1