Home > Article > Backend Development > Can php be used as a mobile app?
Can php be used as a mobile app?
sure.
With the advent of the mobile Internet era, many companies want to develop their own mobile APPs,
But in order to reduce development costs, they do not use native APP development (such as ios, or Android, the cost is too high),
instead uses PHP hybrid APP framework, such as Hybrid app, etc. for development.
The entire development of Hybrid App is hybrid. The mobile page uses Html5, Css3, and Javascript, and the back-end data processing uses PHP.
This App development model does not require learning Object-c or Android, which means that PHP programmers can develop mobile apps as long as they master front-end knowledge (Html5, Css3, Javascript).
The App client developed by this method not only has the same effect as native Android and iOS, but is also compatible with Android and iOS phones.
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of Can php be used as a mobile app?. For more information, please follow other related articles on the PHP Chinese website!