Download KSWEB: server + PHP + MySQL v3.9.1 Pro

KSWEB: server + PHP + MySQL v3.9.1 Pro
Requirements: Android: 2.3.3+
Overview: Do you want to have a platform for running sites on PHP in any convenient place? It’s possible! It is enough to install KSWEB on your Android device and copy scripts to the htdocs folder on the memory card.

Image

After that, you can run your web content! So, KSWEB is a set for web developer for the Android platform. The package consists of: web server, FTP server, PHP programming language, MySQL DBMS and scheduler. KSWEB does not need root rights for proper functioning, unless, of course, you want to use the server on port 80. By the way, it can be convenient when opening your server on the Internet. This will allow you to have a small hosting in your pocket!

KSWEB is completed with a scheduler with cron-like expressions. Plan and perform some useful work on your web data. The friendly user KSWEB interface and the willingness to answer questions will allow you to realize all of your ideas.

Use ours text editor for editing PHP, HTML, JS, CSS files! It will highlight your code and will help you not to get lost among it.

Manage PHP packages in your project via Composer.

Our package easily runs popular CMS and frameworks such as Yii2, Drupal, Joomla, WordPress, MODX, etc. If you have any questions about how to run this or that CMS we will answer them!

KSWEB is a shareware application. After the first launch, you will have 5 trial days to test the app. The cost of KSWEB PRO is $3.99. The cost of KSWEB Standard is $2.99.

KSWEB contains:

– lighttpd server v1.4.35

– nginx v1.13.1

– Apache v2.4.28

– PHP v7.2.0

– MySQL v5.6.38

– msmtp v1.6.1

– Web Interface v2.11

– KSWEBFTP v1.0

– Editor v1.0

– Scheduler

– online customer support via e-mail or our blog (www.kslabs.ru)

Notice:

You can enable Web Interface in the KSWEB Tools menu.

Login information for Web Interface by default:

login: admin

password: admin

MySQL host: localhost (or 127.0.0.1)

MySQL port: 3306

MySQL login “root” with a blank password

To start the web server, you need to: start KSWEB, specify, if necessary, the port and the root directory. By default, KSWEB contains fully-configured configuration files for all components.

Thank you for choosing our product!

Show less

What’s new

+ Composer support

+ PHP 7.2.0 -> 7.2.3

+ general improvements

This app has no advertisements

More Info:
https://play.google.com/store/apps/details?id=ru.kslabs.ksweb

Download Instructions:
http://destyy.com/wALpRq

Mirrors

http://destyy.com/wALpRx

http://destyy.com/wALpRG

http://destyy.com/wALpRN

Download Pydroid 3 – Educational IDE for Python 3 v1.02_arm [Premium]

Pydroid 3 – Educational IDE for Python 3 v1.02_arm [Premium]
Requirements: 4.4+
Overview: Pydroid 3 is the most easy to use and powerful educational Python 3 IDE for Android.

Image

Features:
– Offline Python 3.6 interpreter: no Internet is required to run Python programs.
– Pip package manager and a custom repository for prebuilt wheel packages for enhanced scientific libraries, such as numpy, scipy, matplotlib, scikit-learn and jupyter.
– Examples available out-of-the-box for quicker learning.
– Full-featured Terminal Emulator, with a readline support (available in pip).
– Built-in C, C++ and even Fortran compiler designed by n0n3m4, an author of C4droid, specially for Pydroid 3. It lets Pydroid 3 build any library from pip, even if it is using native code. You can also build & install dependencies from a command line.
– Cython support.
– PDB debugger with breakpoints and watches.
– Kivy graphical library with a shiny new SDL2 backend.
– PyQt5 support available in Quick Install repository along with matplotlib PyQt5 support with no extra code required.
– Matplotlib Kivy support available in Quick Install repository.

Editor features:
– Code prediction, auto indentation and real time code analysis just like in any real IDE. *
– Extended keyboard bar with all symbols you need to program in Python.
– Syntax highlighting & themes.
– Tabs.
– Enhanced code navigation with interactive assignment/definition gotos.
– One click share on Pastebin.

* Features marked by asterisk are available in Premium version only.

Quick manual.
Pydroid 3 requires at least 170MB free internal memory. 200MB+ is recommended. More if you are using heavy libraries such as scipy.
To run debug place breakpoint(s) clicking on the line number.
SDL2/Kivy is detected with “import kivy”, “from kivy“ or "#Pydroid run sdl2”.
PyQt5 is detected with “import PyQt5”, “from PyQt5“ or "#Pydroid run qt”.

Take a part in development of Pydroid 3 by reporting bugs or providing feature requests to us. We appreciate that.

The list of libraries we are NOT planning to add yet:
– Tensorflow
– OpenCV
– Tk/Tkinter or any libraries having it as a dependency (e.g. "turtle")
– Pygame

As Pydroid 3 main goal is to help user learn Python 3 programming language, our first priority is porting scientific libraries (so system-related libraries are ported only when they are used as dependencies of some other educational package).

Important notice:
Some users experienced major problems when installing libraries from QPython 3 QPypi internal repository, so consider it to be binary incompatible with Pydroid 3. If you need any libraries that cannot be built with Pydroid 3 – contact the devs directly: other binary repositories are likely to be incompatible as well.

Legal information.
Some binaries in Pydroid 3 APK are licensed under (L)GPL, email us for the source code.
GPL pure Python libraries bundled with Pydroid 3 are considered to be coming in the source code form already.
Pydroid 3 doesn’t bundle any GPL-licensed native modules to avoid automatic import of them. The famous example of such library is GNU readline, that can be installed using pip.
Android is a trademark of Google Inc.

What’s New
fix UI
fixed wakelock
minor updates

This app has NO advertisements

More Info:
https://play.google.com/store/apps/details?id=ru.iiec.pydroid3

Download Instructions: Premium features unlocked
http://corneey.com/wAcSmx

Mirrors:
http://corneey.com/wAcSmN
http://corneey.com/wAcSQf
http://corneey.com/wAcSQE

Pydroid permissions plugin v1.0:
http://gestyy.com/wn2A5V

Mirrors:
http://gestyy.com/wn2A6j
http://gestyy.com/wn2A6Y
http://gestyy.com/wn2A6H

Download Pydroid – Python 2 programming app v1.01 [Premium]

Pydroid – Python 2 programming app v1.01 [Premium]
Requirements: 4.4+
Overview: Pydroid is the most easy to use and powerful Python 2 IDE for Android.

Image Image Image

Features:
– Offline Python 2.7 interpreter: no Internet is required to run Python programs.
– Full-featured Terminal Emulator, with a readline support (available in pip).
– Pip package manager and a custom repository for prebuilt wheel packages for heavy libraries, such as numpy, scipy, matplotlib, scikit-learn and jupyter.
– Examples available out-of-the-box.
– Built-in C, C++ and even Fortran compiler designed by n0n3m4, an author of C4droid, specially for Pydroid. It lets Pydroid build any library from pip, even if it is using native code. You can also build & install dependencies from a command line.
– Cython support.
– PDB debugger with breakpoints and watches.
– Kivy graphical library with a shiny new SDL2 backend.
– PyQt5 support available in Quick Install repository along with matplotlib PyQt5 support with no extra code required.
– Matplotlib Kivy support available in Quick Install repository.

Editor features:
– Code prediction, auto indentation and real time code analysis just like in any real IDE. *
– Extended keyboard bar with all symbols you need to program in Python.
– Syntax highlighting & themes.
– Tabs.
– Enhanced code navigation with interactive assignment/definition gotos.
– One click share on Pastebin.

* Features marked by asterisk are available in Premium version only.

Quick manual.
Pydroid requires at least 170MB free internal memory. 200MB+ is recommended. More if you are using heavy libraries such as scipy.
To run debug place breakpoint(s) clicking on the line number.
SDL2/Kivy is detected with “import kivy”, “from kivy“ or "#Pydroid run sdl2”.
PyQt5 is detected with “import PyQt5”, “from PyQt5“ or "#Pydroid run qt”.

Take a part in development of Pydroid by reporting bugs or providing feature requests to us. We appreciate that.

The list of libraries we are NOT planning to add yet:
– Tensorflow
– OpenCV
– Tk/Tkinter or any libraries having it as a dependency
– Pygame

Important notice:
Some users experienced major problems when installing libraries from QPython QPypi internal repository, so consider it to be binary incompatible with Pydroid. If you need any libraries that cannot be built with Pydroid – contact the devs directly: other binary repositories are likely to be incompatible as well.

Legal information.
Some binaries in Pydroid APK are licensed under (L)GPL, email us for the source code.
GPL pure Python libraries bundled with Pydroid are considered to be coming in the source code form already.
Pydroid doesn’t bundle any GPL-licensed native modules to avoid automatic import of them. The famous example of such library is GNU readline, that can be installed using pip.
Android is a trademark of Google Inc.

What’s New
Added an option to disable insertion of quotes/braces

This app has NO advertisements

More Info:
https://play.google.com/store/apps/details?id=ru.iiec.pydroid2

Download Instructions: Premium features unlocked
http://corneey.com/wAcSjf

Mirrors:
http://corneey.com/wAcSjE
http://corneey.com/wAcSjK
http://corneey.com/wAcSjV

Download Cxxdroid – Educational IDE for C/C++ v1.0 [Premium]

Cxxdroid – Educational IDE for C/C++ v1.0 [Premium]
Requirements: 4.4+
Overview: Cxxdroid is the most easy to use educational C and C++ IDE for Android.

Image Image Image

Cxxdroid is the most easy to use educational C and C++ IDE for Android.

Features:
– Offline C/C++ compiler: no Internet is required to run C/C++ programs.
– Package manager and a custom repository with prebuilt packages for common libraries, such as Boost, SQLite, ncurses, libcurl, etc.
– Examples available out-of-the-box for quicker learning.
– Full-featured Terminal Emulator.
– C/C++ interpreter mode (REPL) based on CERN Cling is also available.
– Outstanding performance with advanced compiler caching technology.
– Clean and mature architecture: now code is analyzed and compiled with the same compiler, and the IDE doesn’t crash completely due to runtime errors in your programs :)
– UI designed with speed and usability in mind: forget about unobvious shortcuts or touch button combos required just to run your program.

Editor features:
– Real time code prediction, auto indentation and code analysis just like in any real IDE. *
– Extended keyboard bar with all symbols you need to program in C++.
– Syntax highlighting & themes.
– Tabs.
– One click share on Pastebin.

* Features marked by asterisk are available in Premium version only.

Important notice: Cxxdroid requires at least 150MB free internal memory. 200MB+ is recommended. More if you are using heavy libraries such as Boost.

Take a part in development of Cxxdroid by reporting bugs or providing feature requests to us. We appreciate that.
The list of features that are not yet available, but we are working to add them:
– Multifile projects
– Debugger

As Cxxdroid main goal is to help user learn C++ programming language, our first priority is porting common libraries, note that when asking us to add some library.

Legal information.
Busybox and GNU ld in Cxxdroid APK are licensed under (L)GPL, email us for the source code.
Clang bundled with Cxxdroid has some important changes, but the source of this fork is currently closed. We are not allowing any reuse of this (or other proprietary) part of Cxxdroid in any other products and will consider this a copyright infringement.
Android is a trademark of Google Inc.

What’s New
Initial release

This app has NO advertisements

More Info:
https://play.google.com/store/apps/details?id=ru.iiec.cxxdroid

Download Instructions: Premium features unlocked
http://corneey.com/wAcb7N

Mirrors:
http://corneey.com/wAcb79
http://corneey.com/wAcb8f
http://corneey.com/wAcb8I

Download AWD – PHP/HTML/CSS/JS IDE v0.41 [Premium]

AWD – PHP/HTML/CSS/JS IDE v0.41 [Premium]
Requirements: 2.3+
Overview: Android Web Developer (AWD) is a IDE (Integrated development environment) for web developers. Supports next language and formats: PHP, CSS, JS, HTML, JSON.

Image

Android Web Developer (AWD) is a IDE (Integrated development environment) for web developers. Supports next language and formats: PHP, CSS, JS, HTML, JSON.

Android Web Developer will turn your Android tablet with keyboard into a real development box. Android Web Developer will turn your Android Phone into a small development computer to browse and touch your code on the go.

Greate app for those who want to learn to program!

It a unique mobile software for web developers. It allows you to create your own html, php, javascript, css and other pages or edit already existing. Also you can manage work with remote projects through FTP, FTPS, SFTP WebDAV as well as managing your local files and folders.

Main Features:
– Support all major web languages and formats: PHP, JavaScript, CSS, HTML
– A lot of ways to reach your project ( FTP, FTPS, SFTP, WEBDav and growing)
– Integration with web server
– Code highlighting
– Autodetection of file’s encoding
– Code completion
– Error checking
– Hardware keyboard support (e.g hotkeys)
– Code beautifying with one click
– Tablet ready UI
– Line numbering
– Fast Navigation (by name of classes/functions)
– Quick preview of your page
– Highlighting the current line
– Search and replace with regular expressions
– Unlimited Undo/redo
– Full screen mode
– Recent projects
– Periodical autosaving
– Git integration
– Rename/create/delete/copy-paste files inside you project

Features of editor:
– Multiline comments ( CTRL+ / hotkey)
– Highlighting of selection end/start part of tag on which cursor is
– Highlighting of selection end/start brackets ( {, (, [ )
– Delete current line ( CTRL + / D)
– Move cursor through one word (CTRL+LEFT/RIGHT)
– Move cursor on one word with selection (CTRL+SHIFT+LEFT/RIGHT)
– Move cursor on one symbol with selection (SHIFT+LEFT/RIGHT)

Features of file system:
– Rename/create/delete/copy-paste
– Possibility to create files with template text

How to run PHP code?
Toturial is here – http://androidwebdev.wordpress.com/how-to-run-php-code/

Web servers that you can run on Android:
– Ulti Server: PHP, MySQL, PMA (Tested with AWD) https://play.google.com/store/apps/details?id=com.icecoldapps.ultiserver
– KSWEB: server + PHP + MySQL https://play.google.com/store/apps/details?id=ru.kslabs.ksweb
– PAW Server for Android https://play.google.com/store/apps/details?id=de.fun2code.android.pawserver
– Bit Web Server (PHP,MySQL,PMA) https://play.google.com/store/apps/details?id=com.andi.serverweb

Roadmap:
– Mercurial, Dropbox, Google Drive

Following features are available only in FULL version:
– No Ads
– Creating more than one connection
– Code beautifying
– Git integration
– Shortcuts ( hotkeys)
– Auto detection of file encoding
– Periodical autosaving
– Integration with Web Servers. You can setup the root link of project and then you will execute all your pages directly on specified web server.
– Color picker dialog
You can buy FULL version through in-app purchase!
About in-app purchase – it’s official google’s tool. http://developer.android.com/google/play/billing/index.html

I like your feedback
Google+: https://plus.google.com/communities/105406022103148977154
Twitter: https://twitter.com/Android_Web_Dev
Site: http://androidwebdev.wordpress.com/

Looking for Tab with software keyboard? Check this hacker’s keyboard. It support program’s shortcuts! http://bit.ly/wJE04i

What’s New
v0.41
– SFTP bug was fixed
– Color picker related bug in preferences was fixed

This app has NO advertisements

More Info:

https://play.google.com/store/apps/details?id=org.kidinov.awd

Download Instructions: Full version unlocked
https://dropapk.com/y2qtzbou6wik

Mirrors:
https://upload4earn.com/cuigtiyixftq
http://suprafiles.org/5ek883ab0bcp
https://uploads.to/hpmhl1bj5ncl