+ 2
How to Convert PHP project to .APK file?
Let I have a PHP Project, in which I give some tutorials to people (offline). Now I want to convert this project in .APK app so that the Android users install my app and then read the tutorials. Is this possible or not? If this is Possible then guide me. thanks in Advance.
8 Respostas
+ 5
The server code is not going to convert to a code that run on phone.
+ 3
I have no idea how but you should watch it on YouTube to solve your problem.
+ 3
i think yor question is howto compile php project to apk
+ 1
i do not test it
https://play.google.com/store/apps/details?id=com.esminis.server.php
0
Ok
I will
0
Tal vez se pueda mediante la conversión previa con phpDesktop. Buscar en Google que está el repositorio en GitHub. Y de ahí luego a apk.
Otra alternativa es ver si Electrón puede hacer algo con PHP.
0
To convert a **PHP project** (usually a web-based application) into an **.APK file** (Android app), you need to **wrap your PHP app in a WebView inside an Android app** or **convert it into a hybrid app using a framework**. PHP itself doesn't run natively on Android, so you're essentially **serving your PHP app via a web server** and displaying it through an Android wrapper.
More visit https://spotiifyapk.com/
0
also check https://blackholeaps.com/