Re: [android-developers] Get web page with spaces in path

2010-11-12 Thread Kumar Bibek
What is the error? UrlEncoder if used properly, should solve your problem. On Fri, Nov 12, 2010 at 8:40 PM, Pikoh wrote: > Hi all, > > i'm stuck with this one. i just want to get this webpage -> > http://www.emtmalaga.es/portal/page/portal/EMT/Tiempos de espera > into a string. I'm using Http

[android-developers] Get web page with spaces in path

2010-11-12 Thread Pikoh
Hi all, i'm stuck with this one. i just want to get this webpage -> http://www.emtmalaga.es/portal/page/portal/EMT/Tiempos de espera into a string. I'm using HttpGet(url). First it threw me an error because of spaces, and i used %20 to replace them. Now it doesn't throw me any error, but it ge