当前位置: 首页 > 工具软件 > EmojiTextView > 使用案例 >

安卓EmojiTextView 和EmojiEditText

濮阳安澜
2023-12-01

https://github.com/rockerhieu/emojicon

用法和TextView一样。

发送的时候用UTF-8

String enCodedStatusCode = "";

            try {
                enCodedStatusCode = URLEncoder.encode(statusText,
                        HTTP.UTF_8);
            } catch (UnsupportedEncodingException e) {
                e.printStackTrace();
            }

            params.put("content", enCodedStatusCode);
            params.put("image", base64Image2);

            return params;
        }

 

https://github.com/rockerhieu/emojicon/issues/43

转载于:https://www.cnblogs.com/niray/p/4251306.html

 类似资料: