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

Pydroid 3 – Educational IDE for Python 3 v1.01 [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
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.pydroid3

Download Instructions: Premium features unlocked
https://dropapk.com/hgz4pstlhemh

Mirrors:
https://upload4earn.com/x41sqwwyat8n
http://suprafiles.org/nhiijlv9nvgm
https://uploads.to/q97tg8u92laa

Pydroid permissions plugin v1.0:
https://dropapk.com/lc147ulm60ia

Mirrors:
https://upload4earn.com/w1g3npiyj674
http://suprafiles.org/z81l0o1gqup1
https://uploads.to/o5rkjfhqb4i7

Download Java N-IDE – Java Compiler for Android v1.2.5 [Donate]

Java N-IDE – Java Compiler for Android v1.2.5 [Donate]
Requirements: 4.0+
Overview: This project is develop to help the community learn java on android. You can build and run Java file with JDK 1.7.

Image

(No official support) Build apk file (only support armeabi-v7a, x86, x86_64)

## Tutorials
1. Setup system https://youtu.be/FZtSbgq8ZN0
1. Build java file with library https://youtu.be/fUFqR8ZlChg
3. Build simple Android app https://youtu.be/euZilR8-EhA

##Attention
Because this is beta version so I will update very often.

## Todo
1. Java compiler JDK 1.7 ✔
2. Java editor ✔
3. Java auto complete code ✔ (But not working perfect)
4. Java debugger (jdb).
5. Run java file, class file ✔
6. Build java library ✔
7. Support VCS
8. Decompile class, jar
9. Java code formatter (Google Java code formatter) ✔
10. Build Android app. ✔
11. XML auto complete
12. Layout builder for Android

## What does tools the project include?
1. Javac – Java compiler
2. Aapt – Android asset package tool
3. Dx – Dex for dalvik vm
4. Zip Signer
5. Apk builder

## Contribute
I would absolutely love every possible kind of contributions. If you
have a questions, ideas, need help or want to propose a change just open
an issue. Pull request are greatly appreciated.

What’s New
Update sdk from android 14 to android 21

This app has NO advertisements

More Info:

https://play.google.com/store/apps/details?id=com.duy.compiler.javanide

Download Instructions:
https://dropapk.com/t0lna03rdodu

Mirrors:
https://upload4earn.com/ro4207otoass
http://suprafiles.org/qkjk0r5ztg5b
https://uploads.to/q29uudqult9s

Download Pascal N-IDE – Editor And Compiler v4.2.7 [Premium]

Pascal N-IDE – Editor And Compiler v4.2.7 [Premium]
Requirements: 4.0+
Overview: The application is a Pascal interpreter on Android. This application is confusing for everyone to learn Pascal on the mobile without a computer, so that we can practice anytime, anywhere.

Image

The application is a Pascal interpreter on Android. This application is confusing for everyone to learn Pascal on the mobile without a computer, so that we can practice anytime, anywhere.

1. The main features of the IDE:
– Compile Pascal programs and run them without Internet.
– Error when compiling
– Powerful editor with many smart features:
★ File menu: create a new program file, open, save,automatically save file
★ Menu edit: Undo, redo, copy, paste.
★ Auto suggest: Display a small popup window that suggests words that coincide with the word being typed
★ Auto format: automatically reformat the code for easier viewing.
★ Find / Find and replace: Regular Expression support.
★ Goto line: Move the cursor to a line.
★ Highlight code: highlight the keywords.
★ Code style: many interface for the editor.
★ Font size, font, word wrap.
– Support library Android (Sensor, battery, record audio, camera…)

3. Libraries supported for Android
– The "aTTSpeech" library converts text to speech. See example text_to_speech.pas
– The "aRecognition" library converts speech to text (requires Google Voice). See example speech_to_text.pas.
– The "aVibrate" library supports vibration control. You see example vibrate.pas
– The "aSensor" library supports processing of Android sensors (light, acceleration, …). See accelerometer_sensor.pas for accelerometer sensor example
– The "aNotify" library helps display notifications in the status bar. See the example notify.pas
– The "aClipboard" library works with the clipboard in Android. See the clipboard.pas example
– The "aBattery" library retrieves the battery information of the device. See battery.pas example

– If you want to add or improve a translation of PASCAL-NIDE, please visit this link http://osewnui.oneskyapp.com/collaboration/project/272800

I am constantly working to improve this product. If you want to help me with the content (language translation, example code), please contact me via mail. I am very happy for your support.

What’s New
Fixed some bug

This app has NO advertisements

More Info:

https://play.google.com/store/apps/details?id=com.duy.pascal.compiler

Download Instructions: Premium features unlocked
https://dropapk.com/ao5lr570w7kx

Mirrors:
https://upload4earn.com/b60z6ypfd20r
http://suprafiles.org/y86kyhem9ny8
https://uploads.to/iw376p8jwxzf

Download Dcoder, Mobile Compiler IDE v1.6.11 [Pro]

Dcoder, Mobile Compiler IDE v1.6.11 [Pro]
Requirements: 4.0.3+
Overview: Dcoder is a mobile coding IDE, where one can code and learn algorithms.

Image Image Image

Dcoder is a mobile coding IDE, where one can code and learn algorithms. Tailored to enhance your coding skills, via the use of code compilation and algorithm solving. Now learn to code anytime anywhere.

Choose any or all languages to work with:

1. C : learn C programming, a powerful general-purpose language.
2. C++ : GCC compiler 6.3
3. Java : best Java Programming ide, JDK 8
4. Python : learn Python 2.7 and Python 3.
5. C# : Mono Compiler 4
6. Php : Php Interpreter 7.0
7. Objective-C : GCC compiler
8. Ruby : Ruby version 1.9
9. Lua : Lua Interpreter 5.2
10. JS/NodeJS : Node.js engine 6.5
11. Go : Go Lang 1.6

12. VB.Net
13. F#
14. Common Lisp
15. R
16. Scala
17. Perl
18. Pascal
19. Swift
20. Tcl
21, Prolog
22. Assembely
23. Haskell
24. Clojure
25. Kotlin
26. Groovy
27. Scheme
28. Rust
29. Bf
30. Html
31. Css

Added bonus: Dcoder uses a Rich Text Editor supporting syntax highlighting and packed with the necessary tools to offer you all the edge that an IDE or code compiler is supposed to.

Its the fastest code compiler (IDE), coding and programming app available for android so far.

With Dcoder one can:

Write a program/code in any of the available 33+ Programming Languages.
Code and Debug the code, see compilation results and errors at the same time on the same screen.
Enjoy the power and ease of coding on your favorite Code Editor like Notepad++ or Sublime Text with compilation power, makes it equivalent to a powerful Ide like eclipse.
Test your problem solving skills by solving challenges from the number of algorithm based challenges/problems available in Algo Yo section.
Learn Html,Css, JavaScript, Ruby programming, C Programming, Python and Java in the app along with many more programming languages.
Irrespective of your coding skills be it beginner or expert Dcoder helps you to learn code and improve your skills while in a boring lecture or whenever you feel like.

The main features include:

1. Rich Text Editor with Syntax highlighting.(Code Editor)
2. Line number, Auto indent, Autocomplete Parenthesis.
3. Undo Redo.
4. File Open/Save.
5. Custom Suggestion View.
6. Multiple Language Support.
7. User input for languages like C, C++, Java, Php, JavaScript, Node.js and others.
8. Active debug view for faster access to Output.
9. Thoroughly designed Algorithm problems to improve coding Skills and make programmers industry ready.
10. Leader Board: To know where you stand amongst the vast Dcoder community.
11. Custom Menu Drawer, Custom Code Editor Themes, Editable font Size for Editor and much more!!

Disclaimer: Dcoder uses array of strong cloud based compilers to compile the code and display output, it is the fastest one and has helped to bring app size to ~4 MB, Please don’t rate low or demand offline feature that is not possible here. Also instead of rating low, you can write your problems to us at support@dcoder.tech that will let us help you better.

Dcoder is an online compiler, now run, compile and execute your code snippets on your own android mobile devices.

Begin the journey to enhance your skills.

What’s New
2018-01-11
Update 12 Jan, 2018
Improves stability
• Crashes Resolved
• Added Option to toggle Output in Codenow
• Fixed the theme textcolor issues while in File Browser

This app has NO advertisements

More Info:

https://play.google.com/store/apps/details?id=com.paprbit.dcoder

Download Instructions: Premium Features Unlocked
https://dropapk.com/sakpjthqfh2c

Mirror:
http://suprafiles.org/r69hjeeeh0jo

Download Quoda Code Editor v2.0.0.6 [Premium]

Quoda Code Editor v2.0.0.6 [Premium]
Requirements: 4.0+
Overview: Quoda is a sophisticated yet easy to use source code editor or IDE with integrated support for SFTP/FTP(S) servers and cloud storage (Dropbox and Google Drive).

Image

Here are some of the best features:
• Syntax highlighting with themes
• Cross-session editing
• Code-completion*
• Snippets* with Textmate-syntax tabstops and variables
• Extended keyboard
• Find and replace with regex and case (in)sensitivity
• SFTP/FTP(S) integration*
• Dropbox/Google Drive integration*
• Google Apps Script support
• Keybindings
• Live HTML/Markdown Preview* (Tablets)

Other features include downloading URL source code, auto-encoding detection, brace matching, auto-indentation, line bookmarking, colour picker, HTML formatting, and even more – many of these unmatched by other Android IDEs or text editors!

Quoda is continuously being updated with new features. The following are planned to be released soon: GIT support, Box and OneDrive integration, custom themes, import FTP server data from FileZilla, code-completion for all programming languages and more!

Quoda has had much focus put into its user experience, so it is an easy to use, fast, responsive and very reliable IDE. Despite its large array of features, it is made as intuitive as possible, so you can develop as productively as possible and focus on the source code.

Quoda currently supports coding in the following programming languages: ActionScript, C, C++, C#, CSS, Haskell, HTML, Java, JavaScript, Lisp, Lua, Markdown, Objective-C, Perl, PHP, Python, Ruby, SQL, Visual Basic and XML. More programming languages are being added all the time!

If you want to code productively away from your PC, Quoda is a must have, allowing you to carry a text editor and IDE in your pocket to code when on the move!

* These features require an upgrade to Premium

WHAT’S NEW

Version 2.0 is finally released! Introducing:
– Updated design
– Autocompletion based on the contents of the current file
– Dropbox API V2 Compatibility
– Convenient drawer to quickly open files
– C++ syntax highlighting added
– Bug causing inability to save fixed—apologies to all affected customers!
– A huge number of bug fixes

This app has no advertisements

More Info:

https://play.google.com/store/apps/details?id=com.henrythompson.quoda

Download Instructions: PREMIUM features Unlocked | Analytics disabled | Cloud Backup works
https://upload4earn.com/oeqkrxfeh06k

Mirrors:
https://uploadburst.com/7u2mj56jbvdl
https://uploadocean.com/tnpi5d4aw3w7
https://uplod.cc/uazk8gx4fdrp
http://ul.to/3n400zba