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
- I want to send more then one image in edittext or dialog.,here is image snapshot
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
Aucun commentaire:
Enregistrer un commentaire