Is there anyway to write android applications in PHP?
This page clearly mentions that Android apps should be written in Java. Just wondering if there is another way
You dont really need PHP. If you example need something from a database, then you can connect trough jquery ajax. From the server yuo will send a json object with the query/data you wan't. ofcourse you can do this to download files from the server if you wan't to create a update system to. Thats how i make my applications. Im sorry for my english, i hope you understand :)