Top 50 Apps Similar to Online Compiler:Code on Mobile

CppDroid - C/C++ IDE
Anton Smirnov
CppDroid is simple C/C++ IDE focusedonlearning programming languages and libraries.Features:* code complete ** real-time diagnostics (warnings and errors) and fixes ** file and tutorial navigator (variables, methods, etc)* static analysis ** smart syntax highlighting* portrait/landscape UI* auto indentation and auto pairing (configurable)* configurable code syntax highlighting (themes) ** compile C/C++ code (no root required)* works offline (built-in compiler, no internetconnectionrequired)* great C/C++ code examples included ** detailed C++ tutorial and learn guide included ** add-ons manager and auto updates* Dropbox support ** Google Drive support *On first launch CppDroid extracts SDK (about 150Mb)anddownloads and extracts examples and tutorials, so about215Mb of internal storage space is required. It can't bemoved tosd card because of android security.Start learning C and C++ by examples (menu / Project/Examples) or tutorials (menu / Project/Tutorials).App blog:http://www.cppdroid.infoAdvanced paid features (marked with *) review:http://www.cppdroid.info/p/advanced-features.htmlSee also ArduinoDroid app:http://www.arduinodroid.info
Dcoder, Compiler IDE :Code & P 4.0.199
Paprbit, Inc.
Dcoder compiler: a mobile coding IDE to build projects, code&learn algorithms
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
Cxxdroid - C/C++ compiler IDE
IIEC
Learn C and C++ programming with the most user-friendly C/C++ IDEonGoogle Play
EASY CODER : Learn Java 5.8.9
AMensah
Java coding learning app for who are looking for java codingcourseor tutorial.
Jvdroid - IDE for Java 2.23
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
Learn C++ Programming 2.1
CodeToInvent
C++ Programming App : Learn C++ Tutorial Learn C++Programming[C++Programming offline / C++ Tutorial ] app providesyou :★Lessons [ With Pictures and Example Programs] Topic Covered:1.Introduction to C++ [ 6 SUB Topics ] 2. IOStream [ 4 SUBTopics]3. Data types & Operators [ 8 SUB Topics ]4.Conditionals& Loops [ 7 SUB Topics ] 5. Arrays & Types [4SUB Topics ]6. Strings & more [ 6 SUB Topics ] 7 Pointers&Structure [8 SUB Topics ] 8. Functions [ 7 SUB Topics ] 9.OOP'SConcepts [ 7SUB Topics ] 10. More on OOp'S [ 7 SUB Topics ]11.Exception &File Handling [ 4 SUB Topics ] Which makes LearnC++Programmingeasier. ★ 300+ Programs with comments&documentation whichhelps you during your exams ,Sems or anyothercompetitions. whichmakes Learn C++ Programming easier ★StarImportant FAQ's(VIVA ||C++ Interview Questions and Answers)Whichhelps you duringInterview or any College practical Lab Vivawiththe help of C++tutorial for beginners ★ 1000+ C++ ProgrammingQuizwith [Easy,Medium & Hard] Category to prepare youforCompetitive Examswith the help of C++ tutorial and programming★This C++Programming Language app enables you to carryC++programmingTutorial offline in your android phone. ★★★If youwanttoDownload  Java Programming App  clickingthelinkbelow:👇🏼★★★https://play.google.com/store/apps/details?id=com.java.malik.javaanimJavaProgrammingApp ★★★If you want ( NO Ads + Super Fast CompilerforJava, C &C++ ) Download Pro Version of Java App. [JavaProgramming App Pro -with Fast Compiler ] by clickingthelinkbelow:👇🏼★★★https://play.google.com/store/apps/details?id=com.java.malik.javaprogrammingJavaProgrammingApp Pro - with Fast Compiler If you Like My workpleaseRate it 5stars & don't forget to share C++ Tutorial Appwithyourfriends.Happy coding:)
C4droid - C/C++ compiler & IDE
n0n3m4
C4droid is a user-friendly (but powerful)C/C++IDE + C/C++ compiler for Android.Basic features:- Offline C compiler: create your own applications on Androiddeviceand run them even without Internet access- Source code editor with syntax highlighting, tabs,codecompletion, code formatting, file association andundo/redo- Export&share your programs as APKs or native executables(forterminal apps)- No root required (but C4droid can use it for your programs ifyouwant)- Full ANSI C and ISO C99 support with TCC (Tiny C Compiler)+uClibc- Git integration- Customizable GUI, choose where to place tabs and buttonsbyyourself, themes are also supported.More features with a free GCC plugin:- Fully-functional C++ compiler, almost complete C++11 supportwithGCC compiler- NativeActivity, Qt, SDL and SDL2 support for GUI- Debugger with breakpoints and watches- Makefile support: use the same build scripts as on yourPC(BusyBox is included)- Semi-automatic open-source library porting feature forenhancedprogramming & educationC4droid is designed to be user-friendy out-of-the-box, butnothingis perfect, so here are some answers for questions thatcanappear:How to install C++ support?C4droid will ask you to install C++ support at first startupandwill configure itself in semi-automatic mode.If you want to do that manually, you need:0) Enough internal memory OR root rights. C4droid does notrequireroot rights for devices with more than 50MB of freeinternalmemory.1) Install GCC plugin (C4droid will ask you to install it).2) Select G++ compiler in C4droid preferences.3*) Add "using namespace std;" to your program(before int main),useiostream, not iostream.hNote that if you want to use C4droid as a C compiler, it isbetterto select GCC, not G++.How to use SDL, SDL2, NativeActivity and Qt insingle-filemode?Just install SDL plugin and select G++ compiler inC4droidpreferences.Note that C4droid chooses app mode using a very simple sourcecodeanalysis:SDL is detected with #include "SDL.h", SDL2 is detectedwith#include "SDL2/SDL.h", NativeActivity is detected with#include"android_native_app_glue.h", Qt is detected with#include"QApplication"If you are compiling a single-file Qt app, you must add#include"yoursourcefilenamewithcpp.moc" to the end of source codefilealso.How to use Makefiles, multifile projects, etc?Long-click compile button (or select "compilation settings"ifbuttons are hidden/moved) and configure current directory tousethe mode you want.Note that C4droid will create .c4droid configuration file whenyouwill press Ok. Some modes (like makefile) require to enterresultexecutable file name, don't forget to do that.After doing that all use compile and run buttons to build andrunyour app as regular.How to build and install libraries?Almost the same way as regular Makefile building except forthatmost probably some patching may be required.Currently tested libraries are gmp(internalmemoryonly),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmxrequired).Which gestures/keyboard shortcuts does C4droid support?Long-click gestures:New button: delete current file.Save button: save as.Open button: recent files.Run button: run with arguments.Compile button: configure current directory.Tab: close tab.Keyboard shortcuts:Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and CutCtrl-S, Ctrl-O for Save/OpenCtrl-Z, Ctrl-Y for Undo/Redo.Ctrl-L for "go to Line"Ctrl-F for FindCtrl-A for select AllCtrl-B for Build/compileCtrl-R for RunCtrl-Space/Ctrl-D for autocompletion (Ctrl-Space may be reservedbyAndroid)Report bugs at [email protected] stands for "c for android" (or "c++ for android").C4droid is not an online compiler, so it uses real binaries.Some binaries in APK are licensed under (L)GPL, email me forthesource code (Tiny C compiler, GCC, BusyBox, etc.)Android is a trademark of Google Inc.Qt is a registered trademark of Digia.
Learn Python Tutorial -ApkZube 3.8
ApkZube
Welcome to the ApkZube's free interactive Python Offline Tutorial.
Learn C++ 4.2.21
Learn C++ Programming with programming lessons, tutorials,programs& more
JStudio - ide for java 5.6
A java ide for developing android apps and java console programs.
Learn SQL & Database 4.2.6
Learn SQL Programming with DBMS programming lessons,programs,queries & editor
Pydroid 3 - IDE for Python 3
IIEC
Learn Python 3 with the most powerful Python 3 interpreter &IDEon Google Play
C++ Programming App 7.0
Complete C++ in a Single App Like Tutorials,Many ProgramsandInterview Q/A
Java N-IDE - Android Builder - Java SE Compiler 1.4.5
Mr Duy
## Overview This project is develop to help the communitylearnjavaon android. You can build and run Java file with JDK1.7.(Noofficial support) Build apk file (only support armeabi-v7a,x86)##Tutorials 1. Create simplejavaprojecthttps://github.com/tranleduy2000/javaide/wiki/Create-simple-Java-project##Features1. Offline java compiler (support jdk 1.5, 1.6. 1.7orhigher if yourdevice support) 2. Java auto complete when typing3.Build androidapp 4. Build java library ✔ 5. Java codeformatter(Google Java codeformatter) ✔ 6. Build Android app. ✔ 7.AndroidLogcat ## Todo 1.Java debugger (jdb). 2. Run java file,class file✔ 3. Support VCS 4.Decompile class, jar 5. XML autocomplete 6.Layout builder forAndroid ## Contribute I wouldabsolutely loveevery possible kind ofcontributions. If you have aquestions,ideas, need help or want topropose a change just open anissue.Pull request are greatlyappreciated.Githubhttps://github.com/tranleduy2000/javaide
Learn C Programming 4.2.21
Learn C Programming with programming lessons, tutorials,programs& more
Spck Code Editor / Git Client 8.0.8.0
Make changes, preview, pull/push & commit with this tinycodeeditor.
CodeSnack IDE 5.2.3
Mobibean, LLC
Create programs on the go
C Programs: 350+ C Examples 1.8
KapiDhvaj
C Programs: 350+ C Examples is a C programming app.
Mobile C { C/C++ Compiler } 2.5.2
Learn programming ( coding ) on your mobile devices.
Learn C Programming 2.5.140052
Programiz
Learn to code in C programming using interactive codeeditor,quizzes and more.
Programming Hub: Learn to code 5.2.9
Coding & programming app to learn HTML, Python, Javascript,C,Cpp, Csharp, Java
Learn Programming in C++ (2021 1.3.27.06.22.32
Codemic
C++ Coding App helps to improve concepts with Code Snippets&Code Compiler
Learn Python Programming Offli 12.26.06.28.14.32
Codemic
Python App helps to improve basic concepts with Code Snippets&Code Compiler
QPython 3L - Python for Androi 3.0.0
QPythonLab
QPython 3x is mainly for experienced Python users.
Progman: Learn to Code 1.2.3
Wish Media
Progman is an app that is mended to improve your coding skills.
Codecademy Go 1.15.0
Practice coding anywhere with the Codecademy companion app.
Learn Python 4.6.334158
Programiz
Learn Python programming: Tutorials, interactive codeeditor,challenges & more.
C# Shell .NET IDE 3.2.54
Compile and learn C# on the go using the Mono CLR under Android
WebCode - html, css, js ide 5.1
A web ide for html, css and javascript.
DataCamp: Data Science and AI 98.0.0
DataCamp
Learn Python, SQL, AI & R
Pascal N-IDE - Editor Compiler 5.0.2
Mr Duy
Pascal editor and compiler for Android
Learn Java Tutorial ApkZube
ApkZube
Welcome to the ApkZube's free best java tutorial.
Programming Hero: Coding Fun 1.4.72
Build your own game. Learn to code, do programming, coding,&play coding games.
Learn Python 4.2.9
Learn to code in Python from Beginner to Export. Become aPythonProgramming pro
AIDE- IDE for Android Java C++ 3.2.210316
appfour
Become an expert Android app developer with AIDE - the IDEforAndroid
Spck Editor for NodeJS
Spck Editor with Node Terminal
Code Studio 3.8
A java and web ide for android.
Code Editor - Compiler & IDE 0.9.4
Write, compile and run your code from your device, cloud, GitHubandGitLab.
Learn C# 4.2.22
Learn C# Programming with C sharp programming lessons,programs,compiler
Acode - code editor | FOSS 1.8.8
Foxdebug
Discover Acode - a sleek, powerful IDE and code editor for Android.
Learn Web Development 4.2.6
Learn front-end technologies- HTML, Javascript, CSS to become awebdeveloper
Learn Java 4.2.21
Learn Java Programming with programming lessons, tutorials,programs& more
Learn HTML 2.0.6
Codeliber
Learn HTML with Try It Yourself, Code Playground/Editor andQuizzes!
CodeGym: learn Java 1.0.62
Learn Java programming online
Pydroid repository plugin 3.0
IIEC
A Pydroid Quick Install repository provider.
Encode: Learn to Code 4.7
Everyone can learn to code.
EASY CODER : Learn Python 5.8.9-python
AMensah
Learn to code! Learn python coding with easy video python
C++ Prowess 1.0
Smarter way to learn C++ Programming
Learn Python 2.8.3
Sololearn
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnPython in a greatly improved learning environment withmorelessons, real practice opportunity, and community support.LearnPython in the most social and fun way, with SoloLearn!LearnPython, one of today's most in-demand programminglanguageson-the-go, while playing, for FREE! Compete andcollaborate withyour fellow SoloLearners, while surfing throughshort lessons andfun quizzes. Practice writing Python code withinthe app, collectpoints, and show off your skills. When you completethe course,you'll win a Certificate of Completion as a trophy! TheSololearnLearn Python Course covers the following topics: • PythonBasics •Data Types • Control Structures • Functions and Modules•Exceptions • Working with Files • Functional Programming•Object-Oriented Programming • Regular Expressions • ...andevenmore! So don’t wait; dive right in! Start coding with Python!