Is there anyway to write android applications in PHP?

后端 未结 6 1875
你的背包
你的背包 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:59

    If I'm not mistaken Google has built a special framework for Andriod, it uses java syntax and you can import java libraries to it.

    But as BraedenP said you can still check for android browser and render a special page for andriod, yet you won't have access to the it's resources(hardware).

提交回复
热议问题