I went through about 5 other tutorials before I found this one, perfect step by step guide, covers everything and works great with Processing projects in Eclipse.
If anyone is struggling to get in-app billing to work, I'm happy to try to help!
Will post a link to my app here once I've published the update that includes in-app billing.
Been getting some feedback on an app I published a couple of weeks ago from Android 4.3 users (nexus 4 and 7) stating that touches don't register properly.
In my emulator everything seems to work fine so I'm struggling to identify the source of the issue!
Would be awesome if someone here with an Android 4.3 device would be so kind to test my Balls game on their phone/tablet to see if they have the same problems?!
I have a grid of ellipses and I want to highlight the ellipses that have been on the path of a finger swiping over the screen. The code I'm using at the moment doesn't always highlight all ellipses (especially when swiping across the screen really fast). Does anyone have an idea of a more efficient way of approach this? or any ideas why not all ellipses touched get highlighted?
Has anyone tried to use Google Play Services in Processing for Android? I want to add an online leaderboard to keep track of highscores to my app and the Play Services Leaderboard sounds like a useful solution (as it would mean I don't need to go through a private server etc. and the security is handled by Google).
Any thoughts on where to start to get this to work through Processing? or even with Processing code in Eclipse?