Screen tap stats apps

I was wondering if there are any apps that track the raw number and frequency of screen taps on Android? There are a lot of app usage trackers out there, but I thought it would be useful if there was an app to track how quickly I tap the screen. It would be cool if it could show a histogram of tap intervals.

Not sure if it’s possible to implement this in Java since it would probably require some big permissions.

Not sure, but if you created a custom keyboard, you could probably collect stats on the frequency of taps while typing. See e.g. SwiftKeys.

1 Like