Top 32 Apps Similar to Learn Java Programming [ Pro ]

Learn Java 7.3.0
Thiyagaraaj M
🌷End to End Java Programming Language Concepts - Offline🌷
Learn Java: java tutorial
A Complete java tutorial with code previews,explanations and alotof extras.
Jvdroid Pro - IDE for Java 2.0
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
Java Recipes 2.13
Directory of standard, frequently used operations in Java
Learn C++ Programming [ PRO ] 1.0
CodeToInvent
Learn C++ Programming with Code Compiler, Lessons, Programs,Quiz,Interview Q&A
Learn C Programming [ Pro ] 1.0
CodeToInvent
Learn C Programming with Code Compiler, Tutorial, Programs,Quiz,Interview Q&A
Learn Java Tutorial ApkZube
ApkZube
Welcome to the ApkZube's free best java tutorial.
Igneous - IDE for Java 1.4
Sparse Way
A lightweight yet robust IDE to develop Java console applications.
Jvdroid - IDE for Java 2.23
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
C++ Prowess 1.0
Smarter way to learn C++ Programming
JStudio - ide for java 5.6
A java ide for developing android apps and java console programs.
Learn C++ Pro 3.0
AdriAda
Learn the basics of C++ with new features!
C++ Programming App 7.0
Complete C++ in a Single App Like Tutorials,Many ProgramsandInterview Q/A
Learn C PRO - ApkZube 1.3
ApkZube
Welcome to the interactive Learn C Programming PRO OfflineTutorial(No Ads)
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 Java 3.8.2
Sololearn
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnJava in a greatly improved learning environment with morelessons,real practice opportunity, and community support.SoloLearn's LearnJava is a comprehensive guide to one of the mostpopularprogramming languages in the world. And here's a bonus:Learn Javais FREE! The lessons in Learn Java lessons are fast,easy, andeffective; the app is set up to be completed in less thanthreehours. No prior programming experience is needed. With LearnJava,you’ll learn object-oriented Java programming and have theabilityto write clear and valid code in almost no time at all. Sodon'thesitate. Begin our step-by-step tutorial today, and learn anewskill! The app's 64 lessons cover the following topics: •JavaBasics: Variables, Operators, etc. • Conditional StatementsandLoops • Arrays • Classes and Objects • Encapsulation,Polymorphism,and Inheritance • Abstract Classes and Interfaces •Anonymous andInner Classes • Exception Handling • Lists • HashMaps• Sets •Threads • Working with Files • And Much More! Become aJavadeveloper – start SoloLearn's FREE tutorial today!! Unlocklevels,collect points, and compete with your peers around theworld. Learnand have fun with SoloLearn!
Progman: Learn to Code 1.2.3
Wish Media
Progman is an app that is mended to improve your coding skills.
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
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
Mobile C { C/C++ Compiler } 2.5.2
Learn programming ( coding ) on your mobile devices.
EASY CODER : Learn Java 5.8.9
AMensah
Java coding learning app for who are looking for java codingcourseor tutorial.
C++ Quiz 1.3.2
Grape Rain
Quiz on knowledge of the C++ language standard
Differentiation 2 Pure Math 4.0
Teach yourself A-Level Pure Mathematics with thissimplifiedtextbook.
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
R Programming Compiler 4.4.4
Kappsmart
Write R codes on your device! Ideal for learning and testingcodesnippets!
Learn All PRO Python Tutorials Offline in 2020 0.0.5
NO ADS | ADS FREE Learn Artificial Intelligence withPythonArtificial intelligence is the intelligence demonstratedbymachines, in contrast to the intelligence displayed byhumans.Learn BioPython Biopython is an open-source python toolmainly usedin bioinformatics field. Learn Concurrency with PythonConcurrency,natural phenomena, is the happening of two or moreevents at thesame time. Learn Cryptography with Python Moderncryptography isthe one used widely among computer science projectsto secure thedata messages. Jupyter Jython Jython is the JVMimplementation ofthe Python programming language. LogisticRegression in PythonLogistic Regression is a statistical method ofclassification ofobjects. Learn Matplotlib Matplotlib is one of themost popularPython packages used for data visualization. LearnMachine Learningwith Python Learn Numpy NumPy, which stands forNumerical Python,is a library consisting of multidimensional arrayobjects and acollection of routines for processing those arrays.Learn ObjectOriented Python Python has been an object-orientedlanguage sinceit existed. In this tutorial we will try to getin-depth featuresof OOPS in Python programming. Learn PyGTK PyGTKis a set ofwrappers written in Python and C for GTK + GUI library.Learn PyQtPyQt is a GUI widgets toolkit. It is a Python interfacefor Qt, oneof the most powerful, and popular cross-platform GUIlibrary. LearnPython As mentioned before, Python is one of the mostwidely usedlanguage over the web. Learn Python-3 As mentionedbefore, Pythonis one of the most widely used language over the web.Learn PyCharmPython Blockchain Blockchain is the current buzz thatis dominatingthe software development trends. Python Data AccessPython is ageneral-purpose interpreted, interactive,object-oriented, andhigh-level programming language. Python DataPersistence PythonDeep Learning Python is a general-purpose highlevel programminglanguage that is widely used in data science andfor producing deeplearning algorithms. Python Design Pattern Thistutorial explainsthe various types of design patterns and theirimplementation inPython scripting language. Learn Python DigitalForensics Digitalforensics is the branch of forensic science thatanalyzes,examines, identifies as well as recovers the digitalevidences fromelectronic devices. Learn Python Web Scraping LearnPython DataStructure Computers store and process data with an extraordinaryspeed and accuracy. Learn Python Data Science Data is thenew Oil.This statement shows how every modern IT system is drivenbycapturing, storing and analysing data for various needs.LearnPython Network Programming Python Network Programming isaboutusing python as a programming language to handlecomputernetworking requirements. Learn PyTest Pytest is a testingframeworkbased on python. It is mainly used to write API testcases. LearnPyTorch PyTorch is an open source machine learninglibrary forPython and is completely based on Torch. Learn PythonTextProcessing Python Programming can be used to process text dataforthe requirements in various textual data analysis. LearnPythonForensics Python has built-in capabilities to supportdigitalinvestigation and protect the integrity of evidence duringaninvestigation. Learn Python Panda Learn Python WebDevelopmentLibraries Python provides multiple frameworks for thewebdevelopment. Learn PySpark Apache Spark is written forsupportPython with Spark, Apache Spark community released a tool,PySpark.Learn Seaborn Seaborn is an open source, BSD-licensedPythonlibrary providing high level API for visualizing the datausingPython programming language. Learn Scipy This tutorial ispreparedfor the readers, who want to learn the basic features alongwiththe various functions of SciPy. Learn WxPython wxPython is ablendof wxWidgets and Python programming library.
Learn Programming in C++ (2021 1.3.27.06.22.32
Codemic
C++ Coding App helps to improve concepts with Code Snippets&Code Compiler
Pascal N-IDE - Editor Compiler 5.0.2
Mr Duy
Pascal editor and compiler for Android
CodeGym: learn Java 1.0.62
Learn Java programming online
JavaScript Offline Tutorial 5.0
Code Jupiter
JavaScript app is for beginner and professional developer tolearnJavaScript.
Pydroid Pro - IDE for Python 2
IIEC
The most easy to use and powerful Python 2 interpreter & IDEonGoogle Play