Top "Usage-statistics" questions

Questions about how to gather, manage or deal with data usage statistics of any software.

Android Lollipop know if app as Usage Stats access

Since Android Lollipop, we have now an API for accessing apps usage stats. However, your app must be granted those …

android android-5.0-lollipop usage-statistics android-recents
How to find out the app (Whats App) usage duration?

I've been looking around trying to figure out a way to find out how much time I spend on Whatsapp. …

android whatsapp usage-statistics
Data on number of users of each version of Mac OS X?

Is there publicly available data somewhere with estimates on the number of users of each Mac OS X version? Particularly …

macos usage-statistics
Flurry alternative

Is there a good alternative for Flurry ? I use it because it is simple to integrate, but i'm not so …

iphone analytics tracking usage-statistics flurry
How to get list of recent apps with Android API 21 Lollipop?

I'm creating a home launcher and I want to have a compatibility with the Android 5.0, Lollipop. I want to get …

android packages usage-statistics android-recents
Usage Tracking for Windows desktop applications

I am looking for some frameworks that can be used to collect usage information for Windows desktop application and analyze …

windows-xp analytics usage-statistics
SQL Server index usage stats

I have run the query below in order to find indexes to delete. SELECT d.name AS DatabaseName, t.name …

sql sql-server indexing usage-statistics
Keep record of login time and session duration - Java - Spring Security

I am developing a webapp that uses Spring Security as security layer. One important feature for us is to know …

security spring login usage-statistics