0
how to make webpages on android devices?
4 Antworten
0
If you mean writing html files, you could use anything as simple as a notepad, or similar. If, on the other hand, you want a functional website, you would at least need a server. You can find apps that allow you to host websites with a local php server. Just remember that they are local, meaning only you can open it on your smartphone, it's not really on the web.
0
hello
0
I have to develop dynamic websites so pls help me.
- 1
Which languages are you willing to use. If you search on google play "php server" there are a ton of apps that will work for you. I personally use Termux, a terminal simulator which allow me to run php servers, as well as working with ruby on rails (which is an api I recommend you to investigate if you are interested in doing a website fast) but it requires some knowledge on how to use a unix terminal.