Top 50 Apps Similar to FLX - Visual Programming

Acode - code editor | FOSS 1.8.7
Foxdebug
Discover Acode - a sleek, powerful IDE and code editor for Android.
CodeSnack IDE 5.2.3
Mobibean, LLC
Create programs on the go
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
DroidEdit Pro (code editor) 1.23.7
DroidEdit Pro - a source code editor for Android with SFTPandDropbox support
OctoDroid for GitHub 4.6.10
Azwan Adli
Octodroid provides access to GitHub and stay connected toyournetworks.
Spck Code Editor / Git Client 8.0.8.0
Make changes, preview, pull/push & commit with this tinycodeeditor.
Raspberry SSH Custom Buttons 6
KNOWLESONLINE
Control your Raspberry Pi & other SSH devices by creatingcustombuttons.
Source Code Viewer Pro 1.2
Lugalabs
Syntax highlighting in a clean and minimalistic design inspiredbysublime text
Spck Editor for NodeJS
Spck Editor with Node Terminal
Master Coding Pro - Learn Codi 2.8
Become a professional coder with our free courses! Start yourcodingcareer
Acode - code editor | FOSS 1.8.8
Foxdebug
Discover Acode - a sleek, powerful IDE and code editor for Android.
NMEA Tools Pro 1.7.0
Peter Ho
The purpose NMEA Tools is to log your RAWGPSinformation (NMEA sentences) to a file on your SD card. Also,itcan parse a NMEA file.Features:1. Log RAW NMEA sentences2. Display the route in Google Map3. Support background logging4. Show latitude, longitude, altitude, speed, PDOP and HDOP5. Parse a NMEA file6. Support GPS , GLONASS and BeiDou systemsFeatures in PRO version :1. No limitation of capturing NMEA sentences2. NMEA sentence filter3. No advertisement4. Support Dropbox file uploading using built-inDropboxengine*** The NMEA logging function does not work on some phones.Pleasetest your phone with the NMEA tools before you buy thePROversionPermission* Modify/delete SD card contents is used to write NMEA file toSDcard* Internet access is used for ad and Google Map* Prevent phone from sleeping is used to keep the screen on forusertaking lapHow to use the app ?Press top left "GPS" icon to enable GPS.Press "Log" button to start logging NMEA data. To stoplogging,press the "Log" button againPress "Save" icon to save the logging data to NMEA fileNote :1. For those who need support please email to thedesignatedemail.Do NOT use either the feedback area to write questions, it isnotappropriate and that is not guaranteed that can read them.2. If you like this app, please purchase the PRO version.https://play.google.com/store/apps/details?id=com.peterhohsy.nmeatoolspro
Pocket Git 1.5
A powerful Android Git client
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.
DroidVim 2.4.14+DFM
ShiftRot
DroidVim is a Vim clone ported to Android
WizardProg Expert 1.5 build 103050
Mobile programming environment for TL866A/CS universalportableUSB-programmer.
TeslaSCADA2 Runtime 2.53
TeslaSCADA
TeslaSCADA2 Runtime version for Android
Raspberry Pi Workshop 1.2.50
Peter Ho
A tutorial of Raspberry Pi for hobbyist or students
FastHub for GitHub 4.7.3
Fast Access
If you are using CM rom do not install the app, CM theme enginehasa bug and that will result on soft breaking your phone onceyouinstall the app. Welcome to FastHub . FastHub is yet anotheropensource unofficial GitHub client app but unlike any otherapp,FastHub built from ground up. Features - App - Three logintypes(Basic Auth), (Access Token) or via (OAuth) - MultipleAccounts -Enterprise Accounts - Themes mode - Offline-mode -Markdown andcode highlighting support - Notifications overview and"Mark all asread" - Search users/orgs, repos, issues/prs &code. - PinnedRepos - Trending - Wiki - Repositories - Browse &Read Wiki -Make commits - Search Repos - Browse and search Repos -See yourpublic, private and forked Repos - Filter Branches andCommits -Watch, star and fork Repos - Download releases, files andbranches- Issues and Pull Requests - Search Issues/PRs - FilterIssues/PRs- Long click to peak Issues/PRs & add comments otg.-Open/close Issues/PRs - Comment on Issues/PRs - ManageIssue/PRcomments - React to comments with reactions - EditIssues/PRs -Lock/unlock conversation in Issues/PRs - Assign peopleand addLabels and Milestones to Issues/PRs - Manage Milestones -Merge PRs- PRs reviews (reply, react with emojies, delete &editcomment) - PRs request review changes/approve & comment. -PRsstatuses - Commits and Gists - Search Code/Gists - View Gistsandtheir files - Comment on Commits/Gists - ManageCommit/Gistcomments - Create/Delete Gists - React to Commitcomments withreactions - Comment on line number in Files/Codechanges. - Orgs -Overview - Feeds - Teams & Teams repos - Repos- Users -Follow/Unfollow users - View user feeds - Contributiongraph. -Search Users, Repos, Issues,Pull Requests and Code - Muchmore...FastHub is actively developed. More features will come!Warning!This application may work incorrectly on discontinuedCyanogenModfirmware. Since this is a bug of discontinued modifiedoperatingsystem, we can do nothing about it. Please, think ofupgrading toLineageOS instead of writing bad reviews. FAQ Why can'tI see myOrganizations either Private or Public ones? Openuphttps://github.com/settings/applications and look for FastHub,openit then scroll to Organization access and click on GrantButton,alternatively login via Access Token which will ease thissetup. Itried to login via Access Token & OTP but it does notwork? Youcan't login via Access Token & OTP all together due tothelifetime of the OTP code, you'll be required to login in everyfewseconds. Why my Private Repo Wiki does not show up? It's duetoFastHub scraping GitHub Wiki page & Private Reposrequiresession token that FastHub doesn't have. I login withEnterpriseaccount but can't interact with anything other than myEnterpriseGitHub? Well, logically, you can't access anything elseother thanyour Enterprise, but FastHub made that possible but can'tdo muchabout it, in most cases since your login credential doesn'texistsin GitHub server. But in few cases your GitHub account Oauthtokenwill do the trick. You love FastHub? You want new features orbugfixes? Please contribute to the open source project(GitHubProject) either by creating PR or submitting an issueticket.
WebCode - html, css, js ide 5.1
A web ide for html, css and javascript.
Suppanel HMI 1.19.97
Suppanel
HMI SCADA with OPC UA , Ethernet/IP, Step 7 and Modbus TCP
Git Quick Reference 0.5.0
Easy Intent
Offline git quick reference, open source, no ads.
Master Coding - Learn Coding f 2.8.17
Become a professional coder with our free courses! Start yourcodingcareer
Learn Laravel Complete [PRO] 2.1.1
CodePoint
Learn Laravel 8 Offline - Laravel, PHP Programming,MySQL,PostgreSQL and More
Virtuino MQTT 1.0.36
Ilias Lamprou
MQTT HMI platform - MQTT visual interface
Replete REPL 2.4
ClojureScript REPL
Virtuino SE 1.0.36
Ilias Lamprou
Virtuino SE is an 100% customizable by the users HMI platformforanyboard in the world Supported :WiFi and EthernetconnectionsVisualizeyour Arduino project. Create visual interfaceswithwidgets likeLEDs, buttons, switches, value displays,instruments,regulators etc.Easy to use. No libraries are needed.All thenecessary code isincluded on the example code-----------------How to start: Visithttps://virtuino.com todownload the examplefor your board or RunVirtuino SE App, on themain menu select:Tutorials - Getting started
Neuronify 1.0.8
Ovilab
Neural networks in an app
Code Studio 3.8
A java and web ide for android.
Learn Web Development 2024 1.6
Foobr Digital
Learn HTML, CSS, JAVASCRIPT, JQUERY, NODEJS, PYTHON, ANGULAR,andmuch more.
Felgo 3 QML Dev App 5.4.1
Felgo
Write QML code in your browser and view the result live onyourmobile device.
IoT MQTT Panel Pro 2.12.50
Rahul Kundu
IoT Remote for Smart Home based on MQTT Protocol.
C# & SQL 2.14
Directory of standard, frequently used operations in C# andSQLQueries
AlgoPrep - Algorithms & Data s 10.8
A tool to see how sorting & searching algorithms work&compare with each other.
Code Recipes 2.42
Directory of standard, frequently used operations in 13programminglanguages
VapeCalc: Vaporizer Tools 4.2.2
Our math is much more precise than that ofourcompetitors. Our wrapping algorithm is built upon ourproprietarythree dimensional integral calculus engine, as is ourwire-typeresistance algorithm.You can wrap any kind of coil(s) knowing your getting themostprecise measurements, and vaping safe with VapeCalcVapeCalc has seven main vaporizer features at present.1: Power CalculatorSolves power stats from either variable wattage orvariableVoltage.2: Coil CalculatorHas mostly all wires and gauges built-in. Calculates neededwirelength and number of coil wraps(given target resistance andcoildiameter/specs) for normal, parallel, twisted, clapton, andfusedclapton coil types.3: Mix CalculatorMix your favorite juices and keep track of VG/PG mixture,nicotineand amount.4. DIY Juice Calculator.Input your desired base, VG/PG ratio, Flavor percentages,nicotinecontent, and volume. And VapeCalc tells you how much ofeachingredient to add.5. Battery Calculator.Enter your battery capacity, output power, and approximatepufftime. VapeCalc tells you how long your battery will run,andapproximately how many puffs you will get.6. Glossary.Common and useful terms and items in vaping with definitions.All the tools you need to vape your ecig safely, and most ofall,pleasantly.VapeCalcPlus is available for purchase. All the great featuresofVapeCalc without the ads. You get to support yourdeveloperstoo!New tools coming soon
Flutter Easy 7.0.0
Flutter Tutorial App
Learn Programming in C++ (2021 1.3.27.06.22.32
Codemic
C++ Coding App helps to improve concepts with Code Snippets&Code Compiler
WizardProg Mobile 1.47 build 751
Mobile programming environment for TL866A/CS universalportableUSB-programmer.
C# Shell .NET IDE 3.2.54
Compile and learn C# on the go using the Mono CLR under Android
ScorchCAD 2016.11.18
Scorch Works
ScorchCAD is a programmers 3D modeling CAD program forandroiddevices.
GitJournal - Markdown Notes In 1.86.2
GitJournal
Store Your Markdown Files in any Git Repo.
FtpCafe FTP Client Pro
Droidware UK
File transfers using:- FTP- FTPS (Implicit and Explicit FTP over SSL).- SFTP (FTP over SSH). Login with password or RSA/DSAOpenSSL(Traditional SSLeay PEM) or ConnectBot (PKCS#8 PEM)privatekey.- multiple file and directory transfers- resume transfers support- clean and simple UIFor more options use system menu, or long touch for filecontextmenu.
NMRss Free 2.0
A quick way to see common solvent shifts in deuterated NMR solvents
TwinCAT IoT Communicator 1.4.6
Monitoring and analysing of TwinCAT process data on mobile devices
CySmart™ 1.3.0.139
CySmart™ is a Bluetooth® Low Energy (BLE) or BluetoothSmartutilitydeveloped by Cypress Semiconductor, anInfineonTechnologiesCompany. The CySmart Android app can be usedwith anyBLE productsincluding BLE development kits from Cypresslike thefollowing ones:1. CY8CKIT-042-BLE-A PSoC® 4 BLEPioneerKitwww.cypress.com/documentation/development-kitsboards/cy8ckit-042-ble-bluetooth-low-energy-42-compliant-pioneer-kit2.CY8CKIT-062-BLEPSoC® 6 BLE PioneerKitwww.cypress.com/CY8CKIT-062-BLE 3. WICEDBTKitswww.cypress.com/wireless-kits The CySmart Android app canbeusedwith the BLE example projects provided in PSoC® Creator™4.3andModusToolbox™ Software Environment. PSoC Creator canbedownloadedfrom www.cypress.com/psoccreator/?source=BLE. To findanexampleproject within PSoCCreator,see:www.cypress.com/documentation/code-examples.ModusToolbox canbedownloaded from www.cypress.com/modustoolbox.Features:Customizedscreens for the following Bluetooth SIG-adoptedBLEprofiles andservices are supported: 1. Battery Service 2.BloodPressureProfile and Service 3. Cycling Speed and CadenceProfileandService 4. Device Information Service 5. Find MeProfileandImmediate Alert Service 6. Glucose Profile and Service7.HeartRate Profile and Service 8. Health Thermometer ProfileandService9. Proximity Profile, Link Loss Service and Tx PowerService10.Running Speed and Cadence Profile and ServiceCustomizedscreensfor the following Cypress-defined, BLE profilesand servicesaresupported: 1. CapSense® Profile and Service -EnablesBLE-basedcommunication for CapSense Widgets like proximitysensors,buttonsand sliders 2. Bootloader Profile and Service-Enablesover-the-air (OTA) device firmware upgrade (DFU)forCypress's BLEdevices 3. RGB LED Profile and Service - EnablesLEDcolor andintensity control using Cypress's BLE devicesThefollowingadditional features are supported: 1. Data logger 2.GATTdatabase(DB) viewer for debugging any Bluetooth SIG-adoptedorcustomprofile/service. For the End User License Agreement,OpenSourceLicenses Used, and app’s User Guide refertothewww.cypress.com/cysmartmobile
Hex Converter Plus 2.0
Duncan Watson
Utility converting between decimal, hex, binary, octal andASCIInumbers
Flutter Gallery 2.10.2
flutter.dev
A gallery showcasing apps and widgets built using theFlutterframework
anWriter text editor 1.8.5.0
Ansmsoft
anWriter is a text editor for web programmers (HTML CSSJavaScriptPHP support)