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/e7b54d1e-0cc8-46ee-9461-47a6cfe82dc7%40googlegroups.com.

Reply via email to