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.