Yes, I am using Apache HttpClient.
I do not understand what you mean when you say "bridge this gap"??
Do you mean:
I need to provide the proxy settings to HttpClient explicitly?? I am doing
the same right now by
HttpHost httpproxy = new HttpHost("10.0.2.2", 5865); // a proxy
running on my machine
httpClient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY,httpproxy);
However, this proxy is only applicable for our dev environment. Whereas
actual users when running the app on their mobiles will be having direct
access to internet. I am not sure how do I strip these proxy code from my
builds??
Or do you mean
there is a way to query Android to find the proxy settings configured on the
APN and pass them to HttpClient? Personally, I haven't come across those
yet.
--
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