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
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
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.