On Jan 5, 11:57 pm, Fender <[email protected]> wrote: > I want to try and figure out to connect to the internet and grab > information, without using the androids browser. >
The most popular way appears to be Apache HttpClient: org.apache.http.client http://code.google.com/android/reference/org/apache/http/client/package-summary.html HttpClient Examples http://hc.apache.org/httpcomponents-client/examples.html Or simply use JAVA's: java.net.HttpURLConnection http://code.google.com/android/reference/java/net/HttpURLConnection.html - Juan T. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

