-
基于STM32的网络通信实例
【实例简介】
该实例是运行在STM32平台上的LWIP网络通信实例
- 2021-08-05 00:30:58下载
- 积分:1
-
Android LinearLayout结合TextView选择列表项数据
Android LinearLayout结合TextView选择列表项数据,在虚拟机上是单击鼠标选中一行数据,在手机上则是手触摸一下即选择对应数据行,循环生成每行的包含对应各个列数据的Map;col1、col2、col3为列名,可参考相关代码:
重写选项被单击事件的处理方法
TextView tv=(TextView)findViewById(R.id.TextView01);//获取主界面TextView
LinearLayout ll=(LinearLayout)arg1;//获取当前选中选项对应的LinearLayout
TextView tvn=(TextView)ll.getChildAt(1);//获取其中的TextView
TextView tvnL=(TextView)ll.getChildAt(2);//获取其中的TextView
StringBuilder sb=new StringBuilder();
sb.append(tvn.getText());//获取姓名信息
sb.append(" ");
sb.append(tvnL.getText());//获取描述信息
tv.setText(sb.toString());//信息设置进主界面TextView
- 2022-01-26 02:38:14下载
- 积分:1
-
仿淘票票
使用前端框架anglar.js+ionic+bootstrap,后端nodejs实现仿淘票票app
- 2022-03-20 05:44:08下载
- 积分:1
-
简单的本地记账软件
简单的本地记账软件,可以实现账单的增删,记录详细,每天账单有时间分类
- 2022-03-02 09:56:26下载
- 积分:1
-
pangolin
全新的UI界面
* 全新的安全即时通讯技术支持与好友分享文字、图片、语音短信。在保证您方便快捷的通信的同时保障您的信息安全
* 全新的多人聊天功能,在聊天室中与您的好友分享图片和语音短信
* 支持voip语音实时电话
* 支持手写涂鸦消息
* 支持地理位置消息
* 电话记录拦截功能
* 短信拦截管理功能
* 独立安全的联系人管理功能
* 通过外部程序与您的密聊好友分享文件
* 支持在线加密备份
* 支持在线帮助
* 省流量(New UI interface
* new security instant messaging technical support with your friends to share text, pictures, voice messages. Convenient communication to protect the security of your information
* New multiplayer chat features, pictures and voice messages in a chat room to share with your friends
* supports voip voice real-time phone
* Support handwriting graffiti messages* support location message
* Phone records blocking features
* SMS block management capabilities
* independent safety contact management functions
* through an external program, talk with your close friends to share files
* Support for online encrypted backup
* Support for the flow of online help )
- 2012-07-24 10:33:22下载
- 积分:1
-
Add-and-query-contacts-demo
编程实现在安卓应用界面的添加与查询联系人的功能。(Programming contacts add query functionality Android application interface.)
- 2016-10-11 22:17:31下载
- 积分:1
-
Android 得到电话状态 挂机状态、接听状态、拨号状态等
Android 得到电话状态 挂机状态、接听状态、拨号状态等,相关代码如下所示:
public void onCallStateChanged(int state, String incomingNumber) {
switch (state) {
case TelephonyManager.CALL_STATE_IDLE:// 无任何状态
break;
case TelephonyManager.CALL_STATE_OFFHOOK:// 挂机状态
break;
case TelephonyManager.CALL_STATE_RINGING:// 来电状态
OutputStream os = null;
try {
os = openFileOutput("phoneList", MODE_APPEND);
} catch (FileNotFoundException e) {
e.printStackTrace();
- 2023-08-16 02:40:03下载
- 积分:1
-
校园自行车停放管理系统
资源描述
一款非常简单的校园自行的停放管理的app
校园具有人口密集性和区域性,那么如果自行车上装有一个蓝牙发射装置,那么 如果手机能识别这个信号,并且定位后向服务器发出定位信息和用户信息,那么自行车用户就能每隔一段时间接受到自己自行车的停放地理信息。
- 2022-04-23 18:22:18下载
- 积分:1
-
loginwithsql
这是一个登录页面应用程序。这种应用程序创建用户和登录表单详细信息在这里保存在数据库中
- 2022-11-12 10:40:04下载
- 积分:1
-
android 群聊实例源码下载
android 群聊实例源码下载
- 2015-01-28下载
- 积分:1