I am trying to display an image in android by receiving the url from the web server and then turning it to a bitmap image but getting the following error as the symbol %5C is in it.
E/Error﹕ http:%5C/%5C/thumbs3.ebaystatic.com%5C/pict%5C/3007385805144040_5.jpg
I have tried url2.replaceAll("%5C","");
to get rid of the symbol but this has no effect at all. How can I get rid of it so I have a valid url.