Top "Usage-statistics" questions

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

How can I find the data usage on a per-application basis on Android?

I am trying to find out the data usage on Android on a per-application basis. Something like Android Data Usage …

android usage-statistics
How to Track App Usage in Android? How to detect when an activity is launched?

I need to track app usage in Android like how AppUsage does it (i.e. track number of app launches, …

android usage-statistics
How to use UsageStatsManager?

Background Google has deprecated the function "getRecentTasks" of "ActivityManager" class. Now all it does is to get the list of …

android usage-statistics activity-manager android-recents usagestatsmanager
How to create a Service which continuously monitors app usage information?

Problem at Hand: I have to create a Service which runs continuously. This service monitors 5 apps say 5 android games installed …

android service usage-statistics
How do I programmatically show data usage of all applications?

On Android 4.0 onwards we have data usage control options in the phone. Please check the attached screen shot for further …

android usage-statistics android-data-usage
How to check if "android.permission.PACKAGE_USAGE_STATS" permission is given?

Background I'm trying to get app-launched statistics, and on Lollipop it's possible by using the UsageStatsManager class, as such (original …

android permissions usage-statistics android-recents usagestatsmanager
Check if my application has usage access enabled

I'm using the new UsageStatsManager API to get current foreground application in Android 5.0 Lollipop. In order to use this API, …

android usage-statistics
Interpretation of "stat_summary = mean_cl_boot" at ggplot2?

a perhaps simple question I tried to make an errorgraph like the one shown in page 532 of Field's "Discovering Statistics …

r ggplot2 usage-statistics
Find out usage statistics of MySQL indices?

Is it possible to find out how often an index of a MySQL table was used? I have several indices …

mysql indexing statistics usage-statistics
TrafficStats Api android and calculation of daily data usage

Have a confusion over following two methods of TrafficStats of Android: getUidTxBytes(int uid) and getUidRxBytes(int uid) , These two …

android networking usage-statistics android-data-usage