Nice

On 2010-11-13 10:52 AM, "Hal" <dsheppar...@gmail.com> wrote:



something like this should  work (Taken from
Jt.http.JtHttpAdapter) ....

     try {
         eString = URLEncoder.encode(xmlMsg, "UTF-8");
     } catch (UnsupportedEncodingException e) {
         handleException(e);
         return (null);
     }

I hope it helps.

On Nov 12, 10:10 am, Pikoh <pik...@gmail.com> wrote:
>  Hi all,
>
>    i'm stuck with this one. i just want to get this webpage ->
http://www.emtmalaga.es/portal/page/portal/EMT/Tiemposde espera

> into a string. I'm using HttpGet(url). First it threw me an error
> because of spaces, and i used ...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to