I've been researching writing applications with Android and have begun development in Java. However, I have already written an application which works successfully using a combination of php and html (utilizing http post for a search utility), which then contacts an API.
I have read that PHP can run on Android, but is this only if the user installs something special? Or does it now come standard on Android phones?
Secondly, if not, I've heard of simply creating a web application. Is there a way I can use my already working php code with my Android? or will I have to customize it in some way.
Any light on this subject would be great. I can't find consistent answers!