this post was submitted on 15 Dec 2025
32 points (94.4% liked)

Programming

23908 readers
146 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Hi all, much of what I have read recommends Android Studio to create Android apps, but I'm a bit wary since it's developed by Google. Are there any other good alternatives that are ideally open-source?

I am currently running Fedora 43 KDE, and I use VSCodium as my main code editor, mostly Python at the moment. Are there any plugins I could use to enable Kotlin support/specific Android dev stuff in VSCodium?

you are viewing a single comment's thread
view the rest of the comments
[–] sbeak@sopuli.xyz 1 points 1 day ago (1 children)

It's what I'm used to and it's got a good selection of extensions that are useful to me.

[–] entwine@programming.dev 2 points 14 hours ago (1 children)

VS Codium uses open vsx, which is the extension registry built and run by the Eclipse team. Whatever extensions you're using will also work on Theia.

[–] sbeak@sopuli.xyz 1 points 5 hours ago

oh, that's pretty cool actually :0