this post was submitted on 05 May 2025
6 points (100.0% liked)

Android Apps

2299 readers
1 users here now

Welcome to the !androidapps Community!

We're thrilled to have you here and be part of our vibrant community centered around Android apps. To ensure a positive and valuable experience for everyone, we kindly ask you to adhere to the following community guidelines:

  1. Be Respectful: Treat fellow community members with respect and kindness. We encourage constructive discussions and discourage personal attacks, harassment, or any form of offensive behavior.

  2. Stay on Topic: Keep the discussions focused on Android apps and related topics. Avoid veering off into unrelated discussions or spamming the community with irrelevant content.

  3. Quality Contributions: Share valuable insights, tips, and recommendations related to Android apps. Provide helpful feedback and support to other users. Engage in meaningful discussions that contribute to the community's knowledge base.

  4. Mindful Self-Promotion: While we welcome developers to share their apps and updates, we ask that you do so in a balanced and considerate manner. Excessive self-promotion or spamming is not allowed. Instead, focus on providing value and engaging with the community.

  5. Follow Appropriate Guidelines: Ensure your posts and comments comply with the platform's terms of service, as well as local laws and regulations. Refrain from sharing content that is illegal, harmful, or violates intellectual property rights.

  6. Be Transparent: If you're a developer promoting your own app, clearly disclose your affiliation to maintain transparency within the community. This fosters trust and authenticity.

  7. Report Inappropriate Content: If you come across any content that violates these guidelines or seems inappropriate, please report it to the moderator for review and appropriate action.

Remember, the !androidapps community thrives on collaboration and mutual support. Let's work together to create a positive environment where we can all learn, grow, and discover amazing Android apps!

founded 2 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] axdp@lemm.ee 2 points 3 weeks ago (1 children)

Thank you! I look forward to your feedback

[–] engineer 2 points 3 weeks ago (1 children)

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.

[–] axdp@lemm.ee 2 points 3 weeks ago (1 children)

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.

[–] engineer 2 points 3 weeks ago

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.