Home
> Is It Possible To Create Android Applications Using Php And Mysql?
Question
Is it possible to create Android applications using PHP and MySQL?
Answers
02/23/2022
Evie Jackques
You can create a PWA, but you will still need to use some external language, but much less than with normal apps
04/08/2022
Alver
No, but if your application covers a web environment or requires cloud services this can be done, you can use mysql with php to store the information you require, on a server.
04/10/2022
Calypso
To create a BackEnd, of course, but not to create an App directly, you should use either native code for the App or a framework such as Ionic + Cordova.
You can create a PWA, but you will still need to use some external language, but much less than with normal apps
No, but if your application covers a web environment or requires cloud services this can be done, you can use mysql with php to store the information you require, on a server.
To create a BackEnd, of course, but not to create an App directly, you should use either native code for the App or a framework such as Ionic + Cordova.