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 (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.