this post was submitted on 08 Jun 2024
0 points (NaN% liked)

F-Droid

7928 readers
1 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
 

I have no background or knowledge on this. I would like to make an app for performance engine building that has various pages with various formulas, unit conversions, tool lists, etc. What program do I use to make an app? I've seen Surge, Bevy, and Godot but those seem to be for games.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 months ago (2 children)

Android Studio is proprietary

[–] [email protected] 0 points 3 months ago

Imo that's fine. It's also still the best tool for learning since it's the most widely supported one, and contains the greatest amount of documentation for working with android development. It costs nothing to use, and doesn't lock you into any kind of ecosystem you can't later migrate from.

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (4 children)

Does that mean there is a free alternative?

[–] [email protected] 0 points 3 months ago (1 children)
[–] [email protected] 0 points 3 months ago (1 children)
[–] [email protected] 0 points 3 months ago (1 children)
[–] [email protected] 0 points 3 months ago (1 children)
[–] [email protected] 0 points 3 months ago

True, but this is F-droid. Not to mention there little reason to use vscode over vscodium.

[–] [email protected] 0 points 3 months ago (1 children)

You can use IntelliJ Community to develop Android apps with an Android plugin.

[–] [email protected] 0 points 3 months ago (1 children)

Android Studio is still free, while proprietary. And Intellij community is also proprietary, pretty much the same thing?

[–] [email protected] 0 points 3 months ago (1 children)

IntelliJ has source available here under Apache-2 license. AFAIK only Pro edition is proprietary.

Android Studio has no source but there is one for Android IntelliJ plugin here.

Maybe I'm missing something but to me these cases are pretty different.

[–] [email protected] 0 points 3 months ago

Oh wow, i didn't know they opened those sources, that is nice.

[–] [email protected] 0 points 3 months ago

Command line tools plus fancy editor

[–] [email protected] 0 points 3 months ago

Time to develop one, perhaps?