I’m developing a game for Android and I’d like to collect statistics on how users play the game: how many times they replay the level, what is kill/death ratio, how many times they miss the target and so on. Let’s assume, I already have code for collecting needed data inside my application (so logic of counting stuff is defined). Now I want to pack the information and send it—at least to my email, at best to some web-service—to analyze it.
Any suggestions on that matter?
You can use Google Analytics SDK for Android to track how many users use your app. Also, you can track events with this SDK.
UPDATE
Actually, Flurry Analytics might be even more suited for you. And its also free. Click on Custom Events and Parameters for details.