I've not had a very successful evening this evening with AGK.
I've been working on the "output" bit of my project, and of the 2 ideas I had for outputting images from my app, I seem to have hit some obstacles.
1) Send as an attachment to an email - Until I realised that you can't add an attachment to a mailto link anymore (if you ever could?) It seems php is the way to do it, but sadly it's not a language I'm overly familiar with.
2) Save image to the gallery - Again, I figured this would be straight forward, but sadly this is not the case. the SaveImage() command can only access folders inside the sandbox of your app (Which don't show up in the gallery, obviously). Some forum hunting revealed the PrintImage() command, which does save to a different path, but on my Tab 2 7.0 this folder also does not show up in the gallery (It also doesn't give you an option to change the file name)
So there we go, I have an almost completed app apart from the bit where you can't as yet do anything useful with the output (e.g. save it or send it on)
Has anyone else tried to save an image to the gallery? Does the PrintImage() command work on some devices and not others? (I will test it on my Galaxy Y at some point) and if it does, Does this qualify as a bug?
I'm sure I could get around the saving limitation by converting the whole project to Tier 2 and using some native code to save to the gallery properly, but again, I have little or no experience with working with c++.
I'm gonna stop typing now, not sure if I'm asking for help, or just grumbling, lol.