121.Android 简单的人工智能聊天项目,chatAi,AI聊天项目,GPTAi

 

 

 

 //首页xml布局代码:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"xmlns:app="http://schemas.android.com/apk/res-auto"android:background="@color/color_f3f5f9"android:orientation="vertical"><RelativeLayoutandroid:paddingRight="10dp"android:paddingLeft="10dp"android:background="@color/color_white"android:id="@+id/mHomeActivityTop"android:layout_alignParentTop="true"android:layout_width="match_parent"android:layout_height="50dp"><TextViewandroid:layout_centerInParent="true"android:id="@+id/mHomeActivityTitle"android:gravity="center"android:textSize="20sp"android:textColor="@color/colorAccent"android:textStyle="bold"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="与人工智障的对话中" /><ImageViewandroid:layout_alignParentRight="true"android:background="@drawable/background_white"android:layout_centerVertical="true"android:scaleType="center"android:id="@+id/mHomeActivitySetup"android:layout_width="50dp"android:layout_height="50dp"android:src="@drawable/svg_setup" /></RelativeLayout><com.scwang.smartrefresh.layout.SmartRefreshLayoutandroid:id="@+id/mHomeActivitySmart"android:layout_below="@+id/mHomeActivityTop"android:layout_above="@+id/mHomeActivityBotton"android:layout_width="match_parent"android:layout_height="match_parent"app:srlEnableLoadMore="true"app:srlEnableRefresh="true"><android.support.v7.widget.RecyclerViewandroid:id="@+id/mHomeActivityRecy"android:layout_width="match_parent"android:layout_height="match_parent" /><com.scwang.smartrefresh.layout.footer.FalsifyFooterandroid:layout_width="match_parent"android:layout_height="50dp" /><com.scwang.smartrefresh.layout.header.FalsifyHeaderandroid:layout_width="match_parent"android:layout_height="50dp" /></com.scwang.smartrefresh.layout.SmartRefreshLayout><LinearLayoutandroid:paddingTop="5dp"android:paddingBottom="5dp"android:paddingLeft="20dp"android:paddingRight="10dp"android:background="@color/color_white"android:layout_alignParentBottom="true"android:id="@+id/mHomeActivityBotton"android:orientation="vertical"android:layout_width="match_parent"android:layout_height="wrap_content"><TextViewandroid:id="@+id/mHomeActivityJoke"android:padding="5dp"android:background="@drawable/bg_recyclerview_item"android:textSize="10sp"android:textColor="@color/colorAccent"android:textStyle="bold"android:text="讲个笑话"android:layout_width="wrap_content"android:layout_height="wrap_content"/><LinearLayoutandroid:layout_width="match_parent"android:layout_height="wrap_content"android:gravity="center"android:orientation="horizontal"><EditTextandroid:id="@+id/mHomeActivityEdit"android:layout_width="0dp"android:layout_height="wrap_content"android:layout_weight="5"android:background="@drawable/edit_bg"android:gravity="center|left"android:hint="请输入要对我说的内容"android:maxHeight="200dp"android:minHeight="40dp"android:paddingBottom="10dp"android:paddingLeft="10dp"android:paddingTop="10dp"android:textColor="@color/black"android:textColorHint="@color/color_657091"android:textSize="15sp" /><ImageViewandroid:id="@+id/mHomeActivitySend"android:layout_width="0dp"android:layout_height="50dp"android:layout_gravity="center"android:layout_weight="1"android:background="@drawable/background_white"android:onClick="onClick"android:padding="8dp"android:src="@drawable/svg_send" /></LinearLayout></LinearLayout></RelativeLayout>

//CSDN 小妞得意

//需要全部代码或应用私聊吧

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/54139.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

3 名离职员工窃取公司游戏源码,半年狂赚 1.5 亿,网友:“自立门户也不带这样玩的!”...

整理 | 朱珂欣 出品 | CSDN程序人生&#xff08;ID&#xff1a;coder_life&#xff09; 对于游戏公司而言&#xff0c;安全、抄袭问题总是「防不胜防」。 不仅要抵御黑客攻击、排查自身的安全漏洞&#xff0c;还要警惕员工拿着代码跑了&#xff01; 近日&#xff0c;据上海市…

揭秘 “移动云杯”移动赛道——算网应用自定义创新子赛道

【赛事介绍】 随着我国“东数西算”工程的推进&#xff0c;算力网络正成为国家、社会、产业发展的战略要求&#xff0c;在数字中国建设进程中发挥着重要引擎作用。中国移动作为我国数字经济发展的“排头兵”&#xff0c;锚定“世界一流信息服务科技创新公司”核心定位&#xff…

揭秘“移动云杯”行业赛道——行业应用创新子赛道

【赛事介绍】 为助力中国移动算力网络的发展&#xff0c;加速移动云向算力网络演进过程&#xff0c;促进基于移动云产品能力的创新应用与解决方案的丰富&#xff0c;中国移动联合多家单位举办第二届“移动云杯”算力网络应用创新大赛&#xff0c;为算力网络的战略落实提供创新平…

国内下载谷歌插件的免费方法

插件功能让Chrome浏览器变得更加优秀&#xff0c;极大地提升了用户体验&#xff0c;给用户一种定制式的在线服务。但是在国内&#xff0c;用户无法登陆谷歌商店&#xff0c;在不能科学上网的情况下&#xff0c;想要下载插件的方法是使用第三方插件下载器。 扩展坞是一个很方便…

Android 点击 App icon 发生了什么?

Gityuan – startActivity启动过程分析 点击桌面App图标&#xff0c;Launcher进程采用Binder IPC向system_server进程发起startActivity请求&#xff1b;system_server 进程接收到请求后&#xff0c;向 zygote 进程发送创建进程的请求&#xff1b;Zygote 进程 fork 出新的子进…

Android开发中app图标更换

最近学习Android开发 然后自己有点菜 一遇到问题就没办法自己解决只能百度解决 然后我在如何修改app图标遇到了一些问题 下面是我解决问题的一些过程 写下来以后自己好看 首先网上的教程是 复制一张图片&#xff08;png格式&#xff09;到资源文件夹下面的drawable目录下&am…

QT for Android设置APP应用图标和名称

APP应用图标 在工程目录中&#xff0c;创建一个Android_sources文件夹&#xff0c;与xxx.pro文件在同一目录下 在QT界面中&#xff0c;打开xxx.pro文件&#xff0c;在最后一行添加ANDROID_PACKAGE_SOURCE_DIR $$PWD/android-sources 在工程文件夹下的Android-build文件中&am…

直播推流方案

一、关键特性 1&#xff09;输入输出接口支持MIPI/BT1120/LVDS输入&#xff0c;MIPI/LVDS输出 2&#xff09;网络接口支持千兆网口、WiFi、4G/5G 3&#xff09;输入输出格式最高支持1080p60Hz&#xff08;RV1126最高4Kp30Hz&#xff09; 4&#xff09;视频编码支持H.264和H.26…

不止直播:腾讯云直播MLVB 插件除了推流/拉流还有哪些亮眼功能

在之前几篇的文章中&#xff0c;我们介绍了腾讯云移动直播插件MLVB的一些基础概念&#xff08;&#xff09;以及移动直播控件可以拓展的直播场景&#xff08;&#xff09;&#xff0c;今天就来分享MLVB插件除了直播的基础推拉流功能以外还有哪些功能来帮助直播APP和小程序拉新和…

腾讯云直播开发日记(三) 聊天室-直播转码-连麦混流

腾讯云直播开发日记(三) 直播的时候,用户还是需要和主播互动的,我们当前的互动就只有刷礼物,那没钱说礼物怎么搞? 不得让他们吹水? 所以我们需要做一个聊天室, 这个话自己也能做, 系统上线迫在眉睫&#xff0c;工作刻不容缓&#xff0c;所以我们一致决定使用最强能力 买。 …

直播推流拉流概念介绍

先上图 推流&#xff0c;指的是把采集阶段封包好的内容传输到服务器的过程。介绍一下目前有主流的推送协议&#xff0c;以及各自的优缺点。 RTMP RTMP是Real Time Messaging Protocol&#xff08;实时消息传输协议&#xff09;的缩写&#xff0c;是Adobe公司为Flash/AIR平台和…

做直播拉流 , 准备的一些资料,亲测有效

知识性的内容 比较详细的说了说推流的过程 &#xff1a; https://www.jianshu.com/p/447df915984e 推流拉流的&#xff1a;https://www.jianshu.com/p/e516a5b31480 对比 hls 和 rtmp的&#xff1a;http://www.samirchen.com/ios-rtmp-vs-hls/ 直播原理&#xff1a;https:/…

使用软件实现直播推流

rtmp媒体服务器&#xff1a;这里使用srs &#xff1a;https://github.com/ossrs/srs 首先clone到本地&#xff0c;进入到trunk目录&#xff1a; git clone https://github.com/ossrs/srs.git cd srs/trunk ./configure 最后执行&#xff1a;make 执行成功后&#xff0c;就…

直播平台入门到精通-推流拉流

推流&#xff1a;将直播内容推送至服务器的过程 拉流&#xff1a;为服务器已有直播内容&#xff0c;用指定地址进行拉取的过程 推流与拉流示意图 推流码&#xff1a; RTMP是Real Time Messaging Protocol&#xff08;实时消息传输协议&#xff09;的首字母缩写。 一种设计用…

玩转引流新思路——小程序直播

前言&#xff1a; 说到直播相信大家对它都不陌生&#xff0c;作为近几年的热门娱乐模式&#xff0c;逐渐渗透到现在的各行各业&#xff0c;它能够更全面地传递商品信息&#xff0c;可以通过聚集的人气去营造团购氛围&#xff0c;能够去打造用户的应用场景&#xff0c;增强粉丝…

Python实现推流直播

Python实现推流直播 首先给出展示结果&#xff0c;大体就是检测工业板子是否出现。采取检测的方法比较简单&#xff0c;用的OpenCV的模板检测。 大体思路 opencv读取视频将视频分割为帧对每一帧进行处理(opencv模板匹配)在将此帧写入pipe管道利用ffmpeg进行推流直播 中间遇…

直播-拉流和推流概述

拉流&#xff08;播放&#xff09; 根据协议类型&#xff08;如RTMP、RTP、RTSP、HTTP等&#xff09;&#xff0c;与服务器建立连接并接收数据&#xff1b; 解析二进制数据&#xff0c;从中找到相关流信息&#xff1b;根据不同的封装格式&#xff08;如FLV、TS&#xff09;解…

网红直播辅助推流设备(可同时多平台推流直播)

1. 多平台推流需求 许多刚入行的小主播&#xff0c;不知道哪个平台适合自己&#xff0c;也不知道哪个平台的流量最好&#xff0c;因此都很希望能同时在多个平台尝试&#xff0c;鸡蛋分开放到多个篮子是最安全的。这就催生了多平台推流的需求。 2. 软件方案 在百度上搜索多平…

微信直播如何引流获客?

微信作为国内最大的社交平台&#xff0c;拥有巨大的流量&#xff0c;很多商家因此想通过微信直播进行引流获客。但是对于不同的行业&#xff0c;不同的领域的商家来说&#xff0c;直播引流获客的方式也不同&#xff0c;如创客匠人平台打通微信直播渠道&#xff0c;通过多种工具…

H5直播之从推流服务搭建到视频直播

最近视频直播比较火&#xff0c;发现目前 WEB 上主流的视频直播方案有 HLS 和 RTMP&#xff0c;移动 WEB 端目前以 HLS 为主&#xff0c;PC端则以 RTMP 为主实时性较好&#xff0c;接下来将围绕这两种视频流协议来展开H5直播主题分享&#xff0c;下面通过本文给大家分享HTML5视…