Android apps example please

give me example simple android apps with go language because i must learn it in 48 hour . i was try but i can’t make it

I assume that you already have experience with Go itself.

My tip for searching for specific Go code:

  • Visit GitHub
  • In the search box, type:
language:go <keyword1> <keyword2...>

So for your question, try

language:go android

and then (optionally) sort by “Most Stars”. You’ll certainly find a couple of good examples in the search result.

(For convenience, here is the URL of the search result: https://github.com/search?o=desc&q=language%3Ago+android&s=stars&type=Repositories&utf8=✓)

Good luck.

1 Like

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