I
I
innainna1232017-05-05 00:50:34
PHP
innainna123, 2017-05-05 00:50:34

Is there an environment for developing a mobile application in php?

I wrote a messenger in php, which lies on the local Denver server. How can I convert to a mobile application.? Are there such programs?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
Boris Korobkov, 2017-05-05
@BorisKorobkov

This application is called a browser.
If we are talking about writing your own mobile application, then it should be written not in PHP, but in Java, React Native or other PLs.

S
Shirshov Alexander, 2017-05-05
@Keanor

[irony]PHP is such a bad language that it doesn't allow this[/irony]
Provided that your messenger, in the current implementation, is a client-server application in which the browser acts as client a, there are different options:
1) leave everything as is: instead of the complicated procedure of publishing an application, you can simply share a link and people will be able to communicate.
2) remake the client: pack the browser into an application in which you can hide unnecessary elements such as the address bar, toolbar, and other browser functionality. This can be done using PhoneGap, for example.
3) Native languages, but I don’t know what to advise here, you need to study them

G
gibsonen, 2017-05-05
@gibsonen

On java android studio

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question