开发者

webservice message with images in listview android

I have a doubt to be clarified.

I am developing a chat application. I have a smiley button , a Edit Text and a send button.

  1. I send message along with smileys to web service. I need to return the same data i sent from web service into list view where i display the list of messages from web service.

What i achieved is: I am able to send the data with 开发者_Python百科smileys. But when i get back the data from web service i get my data and [obj] icon along with my message. why am i not able to display image that is returned from web service. How can i check if my data is sent along with image to service or not. How can i achieve that.

Thanks


if you are going to send the image to the service then try to check the request by printing it in logcat. may be your request is not in proper format. for image we need to send the bytearray stream, are you doing that? also when you get the data from webservice are you decoding the image data back to bitmap?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜