/EmojiChat

Android聊天界面+emoji表情+大表情实现

Primary LanguageJavaApache License 2.0Apache-2.0

OSL

EmojiChat简介

一个聊天界面,包括从网络下载大表情并使用,图片发送,文字发送,Emoji表情发送,自定义表情键盘,Emoji表情键盘,仿QQ功能键盘等等……

使用方法

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

关于

自我介绍:张涛就是我
如果我的项目帮到了你,可否在你有能力的基础捐助我买书学习,以让我更有信心和能力回馈网友。
点这里参与捐助 我的支付宝账号kymjs@foxmail.com

我们会将捐助者信息公布在开源实验室捐赠页,如果你有什么想说的话也可以留言给我。

##运行截图 截图1 截图2 截图3 截图4 截图5

##开源协议

 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.