📜 ⬆️ ⬇️

Review of programs for web development on android

The inspiration for writing this article was a question in q & a about the web development environment for android. Unfortunately, ide as such does not exist for this OS, and the implementation of the virtual lamp server does not seem possible to me. However, there are a sufficient number of programs that can facilitate the process of writing code from an android device, if the need arises.

Prehistory

I still have such a need. By chance, at the time of this writing, I went through military service in the armed forces of the Republic of Belarus. At first, I thought that I would be cut off from my favorite business for a year and a half, but the android phone saved me from this. Difficult to write some things hardly succeed, but some small utility completely. Still better than nothing.

1. Android WebEditor Lite

The program has a simple interface. Below is a small tag panel with a drop-down list, which can be very useful if you get used to it. There is a search field that can be disabled in the settings. Also in the settings you can customize the text encoding, font size and line break. However, the code highlighting is very lame: in php documents, only $ characters turn blue. The advantages include an integrated ftp client with the ability to run scripts (in the pro version), and a preview of html documents. Plus, the Android WebEditor is the fruit of a Russian developer.

imageimageimage
')
2. Touchqode

A very interesting program. Saturated, but at the same time compact interface. Different modes of operation: the document viewing mode, when the keyboard is not activated when you press the text, and the editing mode. There is a search. The most interesting thing in my opinion is that a very convenient keyboard is installed along with the editor, which facilitates the process of writing code. However, it lacks Russian. The program has a built-in ftp client, as well as integration with the oneide.com service. Big minus put for the lack of text encoding settings.

imageimageimage

3. SilverEdit

A good editor with a pleasing to the eye and an intuitive interface. There is nothing superfluous in the program: editor, ftp client, preview (in pro version). Encoding settings are available, although the selection is incomplete. There are also settings for text, highlighting, such an important function as autosave.

imageimageimageimage

4. WebMaster

It looks quite comfortable. Below is a panel with the most popular characters, which can be hidden. Also, the document navigation bar, undo / redo, copy / past. There is no syntax highlighting, but the authors have added the code auto-completion feature for jQuery. There is also support for gestures and hot keys, encoding settings, in the full version a preview is available.

imageimageimageimage

5. Codeanywhere

To work with this product requires registration in the system. After that, you will be prompted to add an ftp / sftp server with which you will work. Work with local files is not supported, documents are downloaded directly from the server. The rest of the editor does not stand out anything special.

imageimage

6. DroidEdit

In my opinion the best choice. The program interface consists of two hiding panels: the bottom one with soft-open / save, undo / redo, etc; right, which shows a list of recently opened files. The appearance of the editor is customized from and to, starting from the font size and background color and ending with the backlight settings, and it is among other things at a height. There are encoding settings. Supported work with dropbox.

imageimage

Android webEditor Lite
Touchqode
SilverEdit Lite
Webmaster
Codeanywhere
DroidEdit free

Source: https://habr.com/ru/post/144151/


All Articles