I want to call specific php function on server from Android application and also to send some parameters. Till now I achieved that I can open php file using HttpClient and e
Present or wrap-up those specific php functions with in a web-service together with your required parameters and call that web-service including the input parameters from your android to get things done.