EmojiChat

Project Url: kymjs/EmojiChat
Introduction: 一个聊天界面,包括从网络下载大表情并使用,图片发送,文字发送,Emoji 表情发送,自定义表情键盘,Emoji 表情键盘,仿 QQ 功能键盘等等……
More: Author   ReportBugs   DemoAPK   
Tags:
聊天界面-

EmojiChat 简介

一个聊天界面,包括从网络下载大表情并使用,图片发送,文字发送,Emoji 表情发送,自定义表情键盘,Emoji 表情键盘,仿 QQ 功能键盘等等……
8 月 1 日更新:每个 emoji 表情页的最后添加删除图标。
8 月 5 日更新:支持聊天内容超链接高亮以及点击链接跳到相应 url 中。
8 月 10 日更新:再添加一种 html 链接高亮,支持在聊天中发送 html 标签的跳转信息,支持链接样式自定义(链接颜色,下划线,跳转链接的处理)。
11 月 18 日:使用依赖库emojicon作为 emoji 图标显示方案,修复了之前在很老旧版本的手机上会字体读取异常的问题

使用方法

1、修改大表情底部图标,见FaceCategroyAdapter
2、大表情下载并添加到表情键盘,在表情键盘创建时传入大表情文件夹的地址,见ChatActivity 的 96 行
3、功能键盘(图片、拍照)修改,见ChatFunctionFragment
4、聊天键盘的点击事件修改,见ChatActivity 中 56 行开始监听器内
5、聊天类型定义,支持文字,图片,文字+Emoji,大表情(本质是图片)。你可以自己扩展支持定位、视频、语音等。见ChatAdapterKJChatKeyboard
6、如果你想测试大表情,请先复制表情包中的 chat 文件夹(包括其中的全部表情)到 SD 卡根目录,并修改ChatActivity 的 96 行的注释与 97 行替换

关于

运行截图

截图 1 截图 2 截图 3 截图 4 截图 5 截图 6

开源协议

 Copyright (C) 2014, 张涛

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools