What is the error? UrlEncoder if used properly, should solve your problem. On Fri, Nov 12, 2010 at 8:40 PM, Pikoh <[email protected]> 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 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 gets no data. I've tried also URLEncoder > and "URL url = uri.toURL();" but still no result. Hope someone points > me in the right direction. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

