Suppose I have a simple android app and have a function display() which will display simple "Hello World" message.
I also have a PHP script on server which have a simple button "Display", Now by clicking on this button I want to execute the display() function on android app.
I am new to android and don't know how to do this, someone please help.