安卓EmojiTextView 和EmojiEditText

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

posted @ 2015-01-26 20:40  n1rAy  阅读(3366)  评论(0编辑  收藏  举报