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://codercto.com/soft/d/5425.html

Programming the Mobile Web

Programming the Mobile Web

Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99

* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具