带有要在列表视图中显示的文本消息的笑脸
如何在列表视图中显示笑脸和短信。我正在开发聊天屏幕。我输入消息,我需要添加表情符号和文本。当我按下输入按钮时,我需要在上面显示消息列表的列表视图中显示文本和笑脸。请在这方面指导我。
像 Gtalk 聊天这样的东西,我们可以在其中输入消息,并且可以选择笑脸。当我们选择笑脸时,会显示相应的特殊字符。我能够显示带有笑脸的网格,当我选择笑脸时,我能够使用笑脸的位置显示特殊的文字(静态)。
我如何从数据库中显示这些特殊字符和表情符号。我在这个问题上需要帮助。请指导我。
谢谢。
问候, 拉加夫
How can i display smiley along with text message in listview. I am developing chat screen.i type message and i need to add smileys along with text. When i press enter button i need to display text and smiley in the above list view where i display list of messages. Please guide me in this.
some thing like Gtalk chat where we type message and we have an option to select smiley. when we select smiley corresponding special charcter will be displayed. I am able to show grid with smileys and when i select smiley i am able to display specialchatcter(statically) using the position of the smiley.
how can i display these special character and smileys from database. I am i need of help in this issue. Please guide me.
Thanks.
Regards,
Raghav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您对所有笑脸使用了网格视图..您参考此 此链接包含多个图像
you used grid view for all smiley..you refer this this link see with multiple images
如果要显示文本和图像,请使用 Spannable。
Use Spannable if you want to display text and images.