+ 2
Can i use php to build an android app?
Amdroid Help needed
5 Respostas
+ 10
Besides server side scripting, it is usedfor command line scripting and for coding applications. PHP primarily is a coding language used for creatingdynamic websites, but you can create android and iOS apps in PHP, according to Zend. ... Java is the second most popular programming language.
+ 2
You cannot use PHP to build your Android App.
However PHP can be used along side Android dev languages (Java, Kotlin, Xamarin etc ) to handle server side communication
+ 2
Yes. You can use a combination of HTML, CSS and JavaScript to build hybrid applications . (applications that can be deployed on iOS, Android, Blackberry etc)
check out Cordova, Ionic, Phonegap if you want to do something related to this.
+ 1
k but i can use html
+ 1
web app yes but Android app I suggest you to use C# or Java