Reputation: 11
I'm working on an Android App that needs to be tested to a select audience. During this testing period, we need to keep track of each session and store the user interactions somewhere to view later. Examples would be, the time at which a button was pushed or the touchscreen interactions. How would you guys suggest going about this?
Upvotes: 1
Views: 3223
Reputation: 7027
You should try Google Analytics for Android:
https://developers.google.com/analytics/devguides/collection/android/v2/
I use it on all my apps and games and I'm able to see which buttons are pressed, which screens are most visited, average score, where most people die during a level, etc...
Upvotes: 6