- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/ijarobot/Android-Chat-Widget
- 软件文档: https://github.com/ijarobot/Android-Chat-Widget
软件介绍
Android-Chat-Widget 是像微信、WhatsApp、Line一样的聊天控件。
Demo
如何使用?
1.在Layout中
<com.jialin.chat.MessageInputToolBox android:id="@+id/messageInputToolBox" android:layout_width="match_parent" android:layout_height="wrap_content" />
2.在 Activity 中
/**
* init MessageInputToolBox
*/
private void initMessageInputToolBox() {
box = (MessageInputToolBox) findViewById(R.id.messageInputToolBox);
box.setOnOperationListener(new OnOperationListener() {
@Override
public void send(String content) {
// TODO
}
@Override
public void selectedFace(String content) {
// TODO
}
@Override
public void selectedFuncation(int index) {
// TODO
}
});
box.setFaceData(faceData);
box.setFunctionData(functionData);
}
全景探秘游戏设计艺术
Jesse Schell / 吕阳、蒋韬、唐文 / 电子工业出版社 / 2010-6 / 69.00元
撬开你脑子里的那些困惑,让你重新认识游戏设计的真谛,人人都可以成为成功的游戏设计者!从更多的角度去审视你的游戏,从不完美的想法中跳脱出来,从枯燥的游戏设计理论中发现理论也可以这样好玩。本书主要内容包括:游戏的体验、构成游戏的元素、元素支撑的主题、游戏的改进、游戏机制、游戏中的角色、游戏设计团队、如何开发好的游戏、如何推销游戏、设计者的责任等。 本书适合任何游戏设计平台的游戏设计从业人员或即将......一起来看看 《全景探秘游戏设计艺术》 这本书的介绍吧!
图片转BASE64编码
在线图片转Base64编码工具
正则表达式在线测试
正则表达式在线测试
