Go for android! Is it possible?

Recently I have seen a popular repository on github “gomobile”!

It transpiles go code into java or objective c for android and ios.

Is there any possibility of supporting go stand alone for mobile os in future?

If you look at the mobile space you’ll note that both major platforms ( iOS and Android ) each have their own native languages and a slurry of languages and frameworks that have sprouted up around them. You can compile working applications with gomobile, and if you want to use go to do mobile thats going to be your best avenue.

Presently it doesn’t look as if either mobile platform is looking to add go support. Google seems heavily invested in flutter, which is supposed to reduce the difficulty of multi-platform development by keeping it all in a single code base.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.