登录
首页 » Android » 富文本编辑器

富文本编辑器

于 2022-03-25 发布 文件大小:4.38 MB
0 56
下载积分: 2 下载次数: 1

代码说明:

1,源码分析本软件是安卓端收据富文本收据,向服务器发送;安卓端收集数据时数据可以是文字,图片,语音,文件,还可以录音,可以拍照.录音完毕保存的时候应该提交给服务器,因此服务器对应的ip需要自己设置下.数据提交使用的http协议,服务器端完整代码安卓端和服务器代码都比较简单,无非就是数据通信使用的是json格式实现富文本的形式原理就是在安卓端界面显示使用html显示,关键类android.text.html

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • imiFirewall
    手机安全防火墙源码是一套比较全面的安卓手机安全方面的源码,总结起来就是三大防火墙电话防火墙、短信防火墙和网络防火墙和一些零碎的小工具。网络防火墙有流量预警功能,可以设置2G3G和wifi的数据流量和显示流量统计。小工具有android的命令行工具,测试了一下可以使用一些简单的liunx命令。还有一个超级终端功能。任务管理器可以结束进程和查看进程的通话防火墙支持通话黑白名单,可以选择电话被拒接以后的回复语、短信防火墙跟电话防火墙功能差不多。(Mobile security firewall source code is a more comprehensive Android mobile phone safety aspects of the source code, to sum up is three firewall phone firewall, SMS firewall and network firewall and some fragmentary gadget. Network firewall has traffic warning function, you can set the 2G3G and WiFi data flow and display traffic statistics. As a command line tool with Android, you can use some simple liunx command test. There is also a super terminal function. Task manager to end of the process and check process call firewall support call black and white list, can choose the telephone was refused to reply, SMS firewall with phone firewall functions in a similar way.)
    2016-07-21 11:41:57下载
    积分:1
  • android仿微信聊天对话界面效果
    android仿微信聊天,主要功能以及界面分类主要功能以及界面分类(Android imitation WeChat chat, the main functions and interface classification, main functions and interface classification)
    2020-07-01 09:40:02下载
    积分:1
  • 一个简单的手机取证软件
    简单的手机取证软件,可以将联系人、短信等生成表格储存在SD卡中,简单好用
    2022-09-08 17:30:03下载
    积分:1
  • Android
    2023-08-06 06:40:03下载
    积分:1
  • WiFi Android数据发送测试
    任何无线串口模块通信的Android设备。
    2022-08-19 15:27:14下载
    积分:1
  • btsppdemo
    android 系统下蓝牙spp的demo软件。(this is a demo code for bluetooth spp profile on android os.)
    2014-09-27 10:20:52下载
    积分:1
  • ComposingView
    View used to show composing string (The Pinyin string for the unselected syllables and the Chinese string for the selected syllables.) for Andriod.
    2013-10-21 00:11:39下载
    积分:1
  • Android API人脸检测范例代码
    Android API人脸检测范例代码,打开一张含有人脸的照片,程序会自动识别人脸区域,在人的眼睛区域标识出红圈,看着更像是人眼检测,哈哈。这个人脸检测是静态的,也就是打开图片识别,并不能实现像手机取景时的人脸识别功能,仅供参考。
    2022-06-16 10:41:00下载
    积分:1
  • android_capture
    基于android手机的远程视频监控系统 有安卓手机端和pc服务器端 可以通过网络将手机摄像头捕捉到的数据传送到pc端以图片显示(Andrews mobile terminal and PC server-side remote video surveillance system based on android phone through the network to the mobile phone camera to capture the data transfer to the pc end display pictures)
    2013-03-27 18:00:04下载
    积分:1
  • android中不错的ExpandableListView实例效果源码
    一、ExpandableListView介绍     一个垂直滚动的显示两个级别(Child,Group)列表项的视图,列表项来自ExpandableListAdapter 。组可以单独展开。   1.重要方法       expandGroup(int groupPos) :在分组列表视图中展开一组,      setSelectedGroup(int groupPosition) :设置选择指定的组。      setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) :设置选择指定的子项。      getPackedPositionGroup(long packedPosition) :返回所选择的组      getPackedPositionForChild(int groupPosition, int childPosition) :返回所选择的子项      getPackedPositionType(long packedPosition) :返回所选择项的类型(Child,Group)      isGroupExpanded(int groupPosition) :判断此组是否展开  2.代码:ExpandableListContextMenuInfo menuInfo=(ExpandableListContextMenuInfo)item.getMenuInfo();String title=((TextView)menuInfo.targetView).getText().toString();int type=ExpandableListView.getPackedPositionType(menuInfo.packedPosition);if (type==ExpandableListView.PACKED_POSITION_TYPE_CHILD) {int groupPos =ExpandableListView.getPackedPositionGroup(menuInfo.packedPosition);int childPos =ExpandableListView.getPackedPositionChild(menuInfo.packedPosition);二、ExpandableListAdapter    一个接口,将基础数据链接到一个ExpandableListView。此接口的实施将提供访问Child的数据(由组分类),并实例化的Child和Group。 getChildId(int groupPosition, int childPosition) 获取与在给定组给予孩子相关的数据。     getChildrenCount(int groupPosition) 返回在指定Group的Child数目。
    2013-03-07下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载