For the icons I found out about `assets/icon.png` by looking at the
source code, unfortunately it has a small side-effect for me
(https://github.com/golang/go/issues/38615)

On Thursday, 23 April 2020 17:51:35 UTC+2, Herman Bergwerf wrote:
>
> I want to build a simple game about permutations, and gomobile native 
> looks like a relief! (I resent having 10 nested folders and 4 configuration 
> files just to get started). I would love to build and publish an small game 
> in Go :)
>
> I have a few questions, perhaps someone here can help me with them:
> - Is it possible to set an app icon? (I tried adding one in the manifest, 
> but it said manual icons were not supported).
> - What would be the best way to store app state? (in this case the puzzle 
> state) I was thinking about asking for file permissions, and then use some 
> deterministic procedure to find a suitable location to store a small json 
> file.
> - When I first launch an app, it gives a warning that the app was built 
> for an older platform, can I get rid of this? I believe I updated my 
> android SDK and NDK to the latest version.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/9d93bbc8-fdf1-4bb2-9bc1-f7434c318963%40googlegroups.com.

Reply via email to