Comment by Imustaskforhelp

5 days ago

Yes I am also interested in something like this 100% java-free but instead of C I'd prefer golang

I have been thinking more and more about creating golang applications for android simply because of how much I admire f-droid.

There are apps that have done this through 2 approaches

https://github.com/xlab/android-go?tab=readme-ov-file (Either something like this) Or https://github.com/LeastAuthority/destiny which is a dart app but uses golang's backend using https://github.com/LeastAuthority/dart_wormhole_william TLDR: they create dart bindings to go code and run it on android...

I know sooo many good golang applications on linux that I wish more people of android could access it and in an even nice way via something like f-droid so I am definitely contemplating what might be the best way for something like this...

For rust applications, I think that tauri might make the most sense, but I am just curious as to what you guys think is the best way for a beginner to create a golang/rust android application without worrying *too much*