Is there anyway to write android applications in PHP?

后端 未结 6 1877
你的背包
你的背包 2020-12-09 21:30

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

6条回答
  •  暖寄归人
    2020-12-09 21:38

    No, you can't. However, if you're so inclined, you could make a web app that checks for the Android browser and only displays on the Andriod. That would make an internet connection required though.

    I haven't used the Android myself, but maybe it has Gears support like Chrome does. If so, then you can integrate Gears into the app and have them download it onto their Android.

提交回复
热议问题