Hey Android lovers, I just released Flogo, a flowchart-based visual programming app that lets you build, simulate, and execute real algorithms â all from your phone or tablet.
âď¸ Design logic with drag & drop blocks âď¸ Simulate in real time (with variable console and interactive flow navigation) âď¸ Supports math, complex numbers, matrices, loops, conditionals âď¸ Includes plot(), input blocks, and over 100 functions âď¸ Free, no ads, no tracking
Great for students, teachers, hobbyists, or anyone who loves logic and clean design.
Play Store: https://play.google.com/store/apps/details?id=com.flogo.myapp
Let me know what you think â feedback is really appreciated!
This looks great. Going to check it out.
Thank you! I look forward to your feedback
Itâs pretty neat. Specially liked the PDF summary, though why does summary says âConnector voidâ about all connectors, I couldnât figure out a way to do anything with the connectors.
Also, when saving .flogo file, it doesnât check if file already exists, and overwrite it.
Also, is there any auto-save? I didnât check? But if I am making a long flowchart, wontâ want to lose cause of accidentally closing the app.
Thanks for the tips! Theyâre super helpful! Iâll add a check for .flogo files.
As for the void connectors, I added them to reproduce the flowchart exactly as it was drawn. The app is designed for 14-year-old students, so I preferred to go this route.
Thereâs no automatic saving, but I think it depends on the device, because if Flogo stays in the background, the project doesnât get deleted.
Iâll suggest implementing some kind of auto-save. Just keep it in internal db until user saves it or something. Cause on mobile, generally it is expected that things will auto-save, and there are many lower end phones that automatically close app when they go in the background, specially if there are multiple apps open.