Top 50 Apps Similar to AIDE- IDE for Android Java C++

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
JStudio - ide for java 5.6
A java ide for developing android apps and java console programs.
WebCode - html, css, js ide 5.1
A web ide for html, css and javascript.
Acode - code editor | FOSS 1.8.8
Foxdebug
Discover Acode - a sleek, powerful IDE and code editor for Android.
Dcoder, Compiler IDE :Code & P 4.0.199
Paprbit, Inc.
Dcoder compiler: a mobile coding IDE to build projects, code&learn algorithms
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
Libraries for developers 3.85.01
This app provides a collection of third party libraries.
APDE - Android Processing IDE
CalsignLabs
APDE (Android ProcessingDevelopmentEnvironment) is an integrated development environmentfor creatingProcessing sketches on your phone/tablet. APDE supportsthe fulledit, compile, and run cycle. You don't need a computer oran SDKto start coding on the go.APDE is currently in alpha. Lots of things will change in thefutureand many more features will be added. The app is underactivedevelopment and you may encounter bugs and issues. If youfind a bugor have an issue with using the app, please make sure toreport it.If APDE crashes, make sure to submit the stacktrace.APDE requires the following permissions:- Modify and delete the contents of your USB storage - requiredtosave sketches to the external storage- Control vibration - required to provide haptic feedback, whichcanbe turned off in SettingsAPDE is open source. You can find the source code, an issuetracker,support, and a more detailed explanation of APDE's innerworkings onGitHub:https://github.com/Calsign/APDE
Learn Android App Development 4.2.6
Learn Android App Development with Android programminglessons,tutorials & more
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.
Online Compiler:Code on Mobile 1.1.59
Compiler & Run your programs for C, Java & other21languages on your Mobile!
Jvdroid - IDE for Java 2.23
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
Pro coding 1.8
Learn with step by step instruction, it's a practical wayoflearning a software
Code Editor - Compiler & IDE 0.9.4
Write, compile and run your code from your device, cloud, GitHubandGitLab.
Cxxdroid - C/C++ compiler IDE
IIEC
Learn C and C++ programming with the most user-friendly C/C++ IDEonGoogle Play
DroidScript - JavaScript IDE 2.61
Rapid development of mobile apps, using JavaScript
Developer Assistant 1.2.2
Best app for Android Developers. Inspect view hierarchy, style,i18nand more...
Programming Hub: Learn to code 5.2.9
Coding & programming app to learn HTML, Python, Javascript,C,Cpp, Csharp, Java
TrebEdit - Mobile HTML Editor 3.3.22
Joel Etetafia
Write HTML codes and design websites on your device with ourmobileHTML editor.
EASY CODER : Learn Java 5.8.9
AMensah
Java coding learning app for who are looking for java codingcourseor tutorial.
Spck Code Editor / Git Client 8.0.8.0
Make changes, preview, pull/push & commit with this tinycodeeditor.
DataCamp: Data Science and AI 98.0.0
DataCamp
Learn Python, SQL, AI & R
AWD - PHP/HTML/CSS/JS IDE 0.45
Akid Soft
Android Web Developer - Best IDE for WEB Development
Code Studio 3.8
A java and web ide for android.
conSpy_ | Code Viewer 2.0.3
notebuddy
make website debugging in Android device easier
Learn Java 4.2.21
Learn Java Programming with programming lessons, tutorials,programs& more
Learn C++ 4.2.21
Learn C++ Programming with programming lessons, tutorials,programs& more
Learn Java Tutorial ApkZube
ApkZube
Welcome to the ApkZube's free best java tutorial.
Learn HTML 2.0.6
Codeliber
Learn HTML with Try It Yourself, Code Playground/Editor andQuizzes!
Spck Editor for NodeJS
Spck Editor with Node Terminal
HTML For Beginners 4.9
TechNark
Learn the basics of HTML language with easy notes and wellexplainedcodes.
Master Coding - Learn Coding f 2.8.17
Become a professional coder with our free courses! Start yourcodingcareer
Learn Python Tutorial -ApkZube 3.8
ApkZube
Welcome to the ApkZube's free interactive Python Offline Tutorial.
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
Programming Hero: Coding Fun 1.4.72
Build your own game. Learn to code, do programming, coding,&play coding games.
EASY CODER : Learn Python 5.8.9-python
AMensah
Learn to code! Learn python coding with easy video python
QPython 3L - Python for Androi 3.0.0
QPythonLab
QPython 3x is mainly for experienced Python users.
Learn HTML 4.2.21
Learn HTML website development with HTML5 programming tags,editor& viewer
Dev Tools(Android Developer) 6.10.0-gp
Trinea
Powerful and Essential Tool for Android Developer.✓Surprise✓Automation
Mobile C { C/C++ Compiler } 2.5.2
Learn programming ( coding ) on your mobile devices.
Flutter Catalog 3.6.0
Maxing
Opensource Flutter showcase app, with side-by-side source codeview.
Linux Command Library
The app currently has 2378 manualpages,1351 one-line scripts and a bunch of generalterminaltips.Categories:• Users/Groups• Files/Folders• Search/Find• Network• System Information• System Control• Video/Audio• Package Manager• Terminal Games• Hacking Tools• One-linersThis app was developed as a part of the HomeRemoteControl(available on Google Play).If there is any command you miss, let me know and the nextupdatewill have it.Example of commands:shutdown, reboot, lock/unlock screen, print external/internalip,print cpu/battery usage, take screenshot/webcam photo, play texttospeech, play sound file...
Pydroid repository plugin 3.0
IIEC
A Pydroid Quick Install repository provider.
Terminal Emulator for Android 1.0.70
Jack Palevich
Access Android's built-in Linux command line shell. Unleashyourinner geek!
Learn Kotlin & Android 4.2.21
Learn Kotlin Programming with programming lessons,tutorials,programs & more
Igneous - IDE for Java 1.4
Sparse Way
A lightweight yet robust IDE to develop Java console applications.
Learn Cyber Security 4.2.6
Cyber Security Lessons, Tutorials, Trainings to become aCyberSecurity Expert
Mitnick - Computer Tips & Ethical Hacking for free 1.0.4
Using Mitnick you can learn how to secure your dataandmobile/laptop device for possible hacking attack. This Appprovidesa huge collection of Ethical Hacking Tools, Tutorials andComputerShortcut Command Keys and Network Utilities... BestComputer &Ethical Hacking Guide is dedicated to people whowants to exploreEthical Hacking is free to use and completelyoffline. #includes:-** Ethical Hacking * Basic Ethical HackingTerminologies * OfflineTutorials ( 250+ Tutorials ) * OnlineTutorials * Ethical HackingTools * Ethical Hacking Complete Guide *Ethical Hacking NetworkTools : - Google Search - Device IP Info -Hashing Encryption -Whois Lookup - Ping - Trace Route - PortScanner - Wake On LAN *Tech related feeds * Chatting feature withAdmin and all activeusers ** Shortcut Keys * Windows (SystemInstalled Software) -General/Basic, Win+ Keys, MS Paint, MSOutlook, Wordpad, Notepad,Fn Keys, File Explorer, Dialog Box,Taskbar, Ease of Access,Magnifier, Narrator, Rearrange Apps, MediaPlayer * Windows (UserInstalled Software) - Adobe After Effects,Google Docs, NetBeans,Sublime Text 3, Unity 3D, Adobe Acrobat, AtomText Editor, AltDigits Symbol Code, Gmail, intelliJ, MS Dos,uTorrent, VLC,AutoCAD, Google Earth, Skype, Corel Draw,DreamWeaver, Illustrator,Photoshop, Page Maker, Adobe Reader,Android Studio, Audacity,Chrome, Eclipse, Firefox, InternetExplorer, MS Word, MS Excel, MSAccess, MS Powerpoint, Notepadd++,Vegas pro, Tally, Videoscribe *Linux - Linux Basics, Adobe ReaderX, Android Emulator, Firefox,Gedit 2.3, intelliJ, Sublime Text,Chrome, uTorrent, Audacity,Gnome, Google Earth, Opera, Unit Desktop* Mac OS - Basics, AdobeAcrobat Pro, Firebug, Gmail, Google Chrome,Google Docs, iTunes,KeyCAD, Safari, uTorrent, xCode, AdobeDreamweaver, AdobeIllustrator CC, Google Earth, Photoshop LightroomCC, Unity 3D 5,VLC * Miscellaneous - Ubuntu, Unix, Mouse, Smileys,ASCII Codes,Win 10, CMD, Run Commands ** Color Hex Codes * HexCodes List (500+ Codes ) * Color Picker ** Linux Terminal Commands- FileCommands, Search Commands, Archive Commands, FTP Commands,NetworkCommands, Permission Commands, System Commands, GITCommands, APTCommands, pacman Commands Mitnick covers the topicslike Basics ofHacking Spyware Identification Ransomware Android OSWindows MobileOS and more. You can share any content with yourfriends oversocial network.
Coderslang: Programming. Codin 3.3.21
AGILENIX
Improve your programming skills, test yourself, prepare for thetechinterview
Acode - code editor | FOSS 1.8.7
Foxdebug
Discover Acode - a sleek, powerful IDE and code editor for Android.