mardi 13 mai 2014

android unable to show al lmages on screen?


Vote count:

2




i am making chat application in which i am using emoticons funactionalty,my emoticos are working properly but the problem is


1.When i send only one smile..,it works properly



  1. I want to send more then one image in edittext or dialog.,here is image snapshot


enter image description here


here is my code



builder = new SpannableStringBuilder(message1);
if(message1.contains("x-(R"))
{

int len=message1.indexOf("x-(R");
while(len!=-1)
{
builder.replace(len, len+4, getSmiley(1));

message1=message1.replaceFirst("x-\\(R", "");
len=message1.indexOf("x-(R");
}
}


for sending and showing image..,where i am wrong i dont know.please help me.


Thanks in advance



asked 3 mins ago

R.T.

61





Aucun commentaire:

Enregistrer un commentaire