Top 42 Apps Similar to Programming Problem Solving

C Programming - Learn Code, Theory & Discuss 3.3.5
SPDroid
C Programming Course is all in one Application to learnCProgramming Language (C Language). Included Theory with manyCPrograms with output. C Program. 📖💻 Features: ★ Fully Offlineforstudies. ★ Absolutely free. ★ Contains all basic concepts of'C'programming language (C Language). ★ Included all basic theoryofC. ★ Nearly 100+ C Programs with console outputs. ★ EasytoUnderstand each and every C Program. ★ Easy language ★InDiscussion Panel, user can ask any problem related withprogrammingand also help other user for solutions. ★ User friendlyGraphics UI(User Interface). ★ Easy to use. Easy to learn CLanguage.***************************** Developed By : ShreyasSharad PatilSPDroid -------------------------------------- ForAdsFree VersionOf This App:https://play.google.com/store/apps/details?id=com.spdroid.c.paid---------------------------------------If Found any problemsregarding app, Please Contact me byE-Mail.--------------------------------------- Learn to code! Useandlearn C Programming with thisapp.....!--------------------------------------- Contents Included★Introduction ★ Tokens ★ Constants and Variables ★ Keywords ★DataTypes ★ Variables ★ Data Input/Output ★ Operators ★DecisionControl Structure ★ Loop Control Structure ★ Array ★TwoDimensional Array (2D) ★ Function ★ Types of Functions ★RecursiveFunctions ★ String ★ Storage Classes ★ Preprocessors ★Pointers ★Array of Pointers ★ Pointer to Pointer ★ Structure ★Union ★Command Line Arguments
C++ Programming App 7.0
Complete C++ in a Single App Like Tutorials,Many ProgramsandInterview Q/A
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.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:)
Learn Python Programming Offli 12.26.06.28.14.32
Codemic
Python App helps to improve basic concepts with Code Snippets&Code Compiler
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 Programming in C++ (2021 1.3.27.06.22.32
Codemic
C++ Coding App helps to improve concepts with Code Snippets&Code Compiler
Learn C Programming [ Pro ] 1.0
CodeToInvent
Learn C Programming with Code Compiler, Tutorial, Programs,Quiz,Interview Q&A
Learn C++ 4.2.21
Learn C++ Programming with programming lessons, tutorials,programs& more
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
Online Compiler:Code on Mobile 1.1.59
Compiler & Run your programs for C, Java & other21languages on your Mobile!
EASY CODER : Learn Java 5.8.9
AMensah
Java coding learning app for who are looking for java codingcourseor tutorial.
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.
Python Programming App : Offli 1.1.1
Learning is a life long process. And we are honoured to help youinthis process
Leetcode Algorithm Coding, Jav 5.2.2
FreeTymeKiyan
Leetcode Algorithm and Data Structures Coding, JavaInterviewOffline APP
Learn Python Tutorial -ApkZube 3.8
ApkZube
Welcome to the ApkZube's free interactive Python Offline Tutorial.
Learn C Programming 4.2.21
Learn C Programming with programming lessons, tutorials,programs& more
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
Learn Python 4.2.9
Learn to code in Python from Beginner to Export. Become aPythonProgramming pro
Progman: Learn to Code 1.2.3
Wish Media
Progman is an app that is mended to improve your coding skills.
Learn Coding Offline - CodeHut 2.0.3
CodePoint
Learn Computer Science from Scratch - Learn Python, Java,C++,JavaScript & more
C++ Prowess 1.0
Smarter way to learn C++ Programming
Learn Java: java tutorial
A Complete java tutorial with code previews,explanations and alotof extras.
Learn Java Tutorial ApkZube
ApkZube
Welcome to the ApkZube's free best java tutorial.
Learn Python 4.6.334158
Programiz
Learn Python programming: Tutorials, interactive codeeditor,challenges & more.
Coding Dojo - Coding on the go 56.0.0
MEAGL Inc.
Know some programming but have weak logic? This app is for you!
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!
Cxxdroid - C/C++ compiler IDE
IIEC
Learn C and C++ programming with the most user-friendly C/C++ IDEonGoogle Play
Algo - Algorithm Interpreter 3.0.2
Compile and run your algorithm written in French pseudo-code
Learn Java Programming [ Pro ] 1.3
CodeToInvent
Java Programming with Compiler & Videos [Premium]appprovidesyou : ★ NO Advertisements ★ Java Compiler will CompileyourCode atthe fastest Speed ★ Compiler can also Compile C,C++Codealong withJava Programs ★ Java Animation Videos WhichhelpsStudents to (Learn Java ) clear their concepts . ★ ThisJavaProgramming proversion is Also Compatible with Tablets ★ 16Lessons[120+sub-topics With Pictures and Example Programs]Contains:JavaTutorial Core Java Tutorial 1) Introduction toJava(11+sub-topics) 2) Datatypes & Operators (7 sub-topics)3)Controlstatements & Loops (6 sub-topics) 4) Arrays&wrapperclasses (6 sub-topics) 5) OOP's basics (10 sub-topics)6)OOP'sfeatures (8 sub-topics) 7) OOP's Keywords &methods(8sub-topics) 8) More on OOP's (9 sub-topics) 9)ExceptionHandling(7 sub-topics) 10) Multi-Threading (6 sub-topics)11)CollectionsFramework (7 sub-topics) 12) File Handling(6sub-topics) AdvanceJava Tutorial 13) Applets (6+ sub-topics)14)Abstract windowtoolkit [AWT] (6+ sub-topics) 15) Swings(6+sub-topics) 16)Networking (6+ sub-topics) Which makesJavaProgramming easier. ★400+ Programs with comments&documentation which helps youduring your exams ,Sems or anyothercompetitions. ★ Star +FAQ's(VIVA || Java Interview QuestionsandAnswers) Which helps youduring Interview or any CollegepracticalLab Viva ★ 1000+ JavaProgramming Quiz with [Easy, Medium&Hard] Category to prepareyou for Competitive Exams If you LikeMywork please Rate it 5stars & don't forget to share theJavaTutorial App with yourfriends. Happy coding:)
JStudio - ide for java 5.6
A java ide for developing android apps and java console programs.
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!
Learn C PRO - ApkZube 1.3
ApkZube
Welcome to the interactive Learn C Programming PRO OfflineTutorial(No Ads)
C++ Quiz 1.3.2
Grape Rain
Quiz on knowledge of the C++ language standard
Jvdroid - IDE for Java 2.23
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
Learn C# 4.2.22
Learn C# Programming with C sharp programming lessons,programs,compiler
CodeGym: learn Java 1.0.62
Learn Java programming online
Learn C++ 2.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.sololearnLearnC++ in a greatly improved learning environment with morelessons,real practice opportunity, and community support. Learn C++isanother FREE programming course by SoloLearn. Whether you'vehadany prior programming experience or not, this app will helpyoulearn all you need to know in order to start creating andcompilingyour own programs. Learning with SoloLearn has proved tobe fast,effective and fun. This app will show you how easy it is tobecomea programmer. Learn C++ includes over 80 lessons split into8levels that cover basic concepts, data types, arrays,pointers,conditional statements, loops, functions, classes andobjects,inheritance & polymorphism, templates, exceptions andfiles.Unlock new levels, quizzes, collect points and compete withyourpeers around the world. Most importantly, learn while havingfunbecause engaged learning makes a difference. Good luck!
Learn SQL & Database 4.2.6
Learn SQL Programming with DBMS programming lessons,programs,queries & editor
Java Recipes 2.13
Directory of standard, frequently used operations in Java