I have no idea if there is something like that, but I know there are a lot of different tools to create an android app (Android studio with Jetpack compose, React Native or Flutter).

  • madame_gaymes@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    1 day ago

    Depends on what you want to do, what you know, and how much effort you want to put in. For other ways, outside the usual Android tools, there are a couple options. With python, there’s a project called BeeWare that makes a lot of things easier to deal with.

    Personally, though, I’ve been game deving in Godot, and have even made a few dumb little personal apps with it. There’s coding involved, but there’s also a lot you can do in the interface to design the app visually, and exporting to any platform is pretty straightforward. Even the Godot editor itself is made with the Godot editor, so it can do a lot of things outside games.