tags:

views:

124

answers:

1

I am developing an app that needs to retrieve information from my web site when a user pushes a button, but I have no idea how can I do that!

Thanks

A: 

You need to develop a server side web service either in coldfusion or php or any other server side language. Then you need to access that via androids http components, and parse that data.

Faisal Abid
OH this is assuming youve never worked with webservices before. Look at Luca's answer if you know what web services are and just dont know how to access them.
Faisal Abid