Contains and Replace string with image in android [duplicate]
Possible Duplicate:
webserivce messages in listview with smileys
How can i replace string with image coming from .net web service in android.
I get data as hi :). i need to replace that special charcter to corresponding image that s available in my drawable folder.
How can i achieve that. I have tried with contains and replace. But it was of 开发者_如何学Gono use.
Kindly guide me in this issue .
Thanks.
Regards, Raghav Rajagopalan
You can use something called ImageGetter. You can refer to this answer
精彩评论