Top 30 Apps Similar to MotoCoder: Programming app & c

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
Learn C Programming [ Pro ] 1.0
CodeToInvent
Learn C Programming with Code Compiler, Tutorial, Programs,Quiz,Interview Q&A
Learn C PRO - ApkZube 1.3
ApkZube
Welcome to the interactive Learn C Programming PRO OfflineTutorial(No Ads)
C Programs: 350+ C Examples 1.8
KapiDhvaj
C Programs: 350+ C Examples is a C programming app.
C++ Programming App 7.0
Complete C++ in a Single App Like Tutorials,Many ProgramsandInterview Q/A
Learn C Programming 2.5.140052
Programiz
Learn to code in C programming using interactive codeeditor,quizzes and more.
Learn C Programming 4.2.21
Learn C Programming with programming lessons, tutorials,programs& more
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:)
Mobile C { C/C++ Compiler } 2.5.2
Learn programming ( coding ) on your mobile devices.
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
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 Go Programming 4.2.6
Learn Go Programming with programming lessons, tutorials,programs& more
Python Programming App : Offli 1.1.1
Learning is a life long process. And we are honoured to help youinthis process
Progman: Learn to Code 1.2.3
Wish Media
Progman is an app that is mended to improve your coding skills.
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 n0n3m4@gmail.com.C4droid 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 C++ Programming [ PRO ] 1.0
CodeToInvent
Learn C++ Programming with Code Compiler, Lessons, Programs,Quiz,Interview Q&A
EASY CODER : Learn Java 5.8.9
AMensah
Java coding learning app for who are looking for java codingcourseor tutorial.
Learn React 4.2.21
Learn React development with programming lessons,tutorials,programs & more
Learn Python Tutorial -ApkZube 3.8
ApkZube
Welcome to the ApkZube's free interactive Python Offline Tutorial.
Learn Python Programming Offli 12.26.06.28.14.32
Codemic
Python App helps to improve basic concepts with Code Snippets&Code Compiler
C++ Prowess 1.0
Smarter way to learn C++ Programming
Coding Cubroid 3 v1.1.6
CUBROID, INC.
# Cubroid, The easiest coding block in the world!
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
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 Kotlin & Android 4.2.21
Learn Kotlin Programming with programming lessons,tutorials,programs & more
Online Compiler:Code on Mobile 1.1.59
Compiler & Run your programs for C, Java & other21languages on your Mobile!
Codee: start to code 1.4.1
Enter the world of coding in Java. It's just few steps with Codee!
Master Coding - Learn Coding f 2.8.17
Become a professional coder with our free courses! Start yourcodingcareer
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
Learn Python 4.6.334158
Programiz
Learn Python programming: Tutorials, interactive codeeditor,challenges & more.