Android 聊天控件 Android-Chat-Widget

码农软件 · 软件分类 · 手机相关软件 · 2019-05-10 11:14:03

软件介绍

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);
    }

本文地址:https://www.codercto.com/soft/d/5425.html

JavaScript and Ajax for the Web, Sixth Edition

JavaScript and Ajax for the Web, Sixth Edition

Tom Negrino、Dori Smith / Peachpit Press / August 28, 2006 / $24.99

Book Description Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In thi......一起来看看 《JavaScript and Ajax for the Web, Sixth Edition》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具