Hans wrote:
> I am not so proficient in this kind of development but i am trying to
> explore the area.
> I installed a modular web server system based on Apache, MySql and PHP
> and on this server i will create the database and tables but then from
> my android application i would need to access this database simply by
> making some programmatically constructed queries. For some reason i
> think it would be better if i had to communicate using XML since it
> rings a better bell to me ;). Do you have any idea from where i can
> maybe get hold of a sample application which uses this type of
> communication?

On the server side, I am not a PHP user, so I don't have any particular 
recommendations.

On the Android side, I'll bet half of the HTTP access samples out there 
access XML. Here are three from a quick Google search:

http://tinyurl.com/5pn57t
http://tinyurl.com/482ptd
http://tinyurl.com/4wlctf

You can also download the source code to my book from:

http://commonsware.com/Android/

(see the Source Code link in the Version 1.2 tab)

The Weather and WeatherPlus sample apps show retrieving XML from the US 
National Weather Service.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Warescription: All titles, revisions, & ebook formats, just $35/year

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to