Hans wrote: > Do you know from where i would be able to get some sample code of how > to communicate to a MySQL service running on an apache2 web server?
That would depend completely on how, exactly, you are exposing your MySQL data via Apache. If you are publishing XML, Android offers DOM, SAX, and XML pull parsers. If you are publishing JSON, Android offers the org.json parser. I would focus first on how you want to create your Web service, then find appropriate Java code (built into Android or from a third-party JAR) that serves as a client for that protocol. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

