coolbho3k wrote: > Is there any way I can load a URL without actually having the user see > the web page? I'm trying to make a game with a hi score table, and > loading the hi score URL in the browser would reveal the mechanism and > allow the hi scores to be easily hacked. I have a php file on my > server that my application is supposed to load to submit the hi score.
URLConnection and Apache HttpClient are both available in Android as HTTP client libraries. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

