All Projects → TheBotBox → AppsUsageMonitorAPI

TheBotBox / AppsUsageMonitorAPI

Licence: other
Library for fetching usage stats of applications in an android device.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AppsUsageMonitorAPI

CircularDialogs
Android dialog library to give user feedback about the common operations like Success, Warning and Errors.
Stars: ✭ 35 (-39.66%)
Mutual labels:  libraries
ASPinboard
A modern, fast, and flexible Objective-C library for Pinboard.in.
Stars: ✭ 80 (+37.93%)
Mutual labels:  libraries
purebasic-archives
A collection of PureBASIC resources.
Stars: ✭ 23 (-60.34%)
Mutual labels:  libraries
Cheatsheets
Quick reference material for techies
Stars: ✭ 66 (+13.79%)
Mutual labels:  libraries
lexical cast
General literal text conversions, such as an int represented as a string, or vice versa
Stars: ✭ 23 (-60.34%)
Mutual labels:  libraries
libs.kmp.icerock.dev
Kotlin Multiplatform libraries list with info auto-fetch
Stars: ✭ 178 (+206.9%)
Mutual labels:  libraries
Google-Apps-Script-Library-Database
This is for the Google Apps Script Library Database and a web application for searching the libraries..
Stars: ✭ 51 (-12.07%)
Mutual labels:  libraries
framestack
Tools, Frameworks & Libraries to help you build your projects ✨
Stars: ✭ 27 (-53.45%)
Mutual labels:  libraries
type index
Runtime/Compile time copyable type info.
Stars: ✭ 20 (-65.52%)
Mutual labels:  libraries
s3tree
🌲 Access S3 like a tree.
Stars: ✭ 26 (-55.17%)
Mutual labels:  libraries
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+46.55%)
Mutual labels:  libraries
jdemetra-core
JDemetra+ core libraries
Stars: ✭ 28 (-51.72%)
Mutual labels:  libraries
Awesome-CSS-Frameworks-and-UI-Libraries
Extensive List of CSS Frameworks and UI Libraries.
Stars: ✭ 110 (+89.66%)
Mutual labels:  libraries
Timeline-View
Open source android library
Stars: ✭ 27 (-53.45%)
Mutual labels:  libraries
awesome-kotlin-libraries-for-android
😎 A curated list of awesome Kotlin libraries for Android.
Stars: ✭ 53 (-8.62%)
Mutual labels:  libraries
ConflictJS
Finding and Understanding Conflicts Between JavaScript Libraries
Stars: ✭ 39 (-32.76%)
Mutual labels:  libraries
cloud-sql-python-connector
Cloud SQL Connector for Python
Stars: ✭ 126 (+117.24%)
Mutual labels:  libraries
clients-generator
Kaltura API Client Libraries Generator - PHP source code introspection based automation for API native SDKs generation for various programming languages and API platforms
Stars: ✭ 17 (-70.69%)
Mutual labels:  libraries
Windows-911
Curated list of FREE emergency resources when you find yourself in the inevitable pickle with Windows. PRs welcome!
Stars: ✭ 24 (-58.62%)
Mutual labels:  libraries
CoCoC
C development system for (Nitr)OS9/6x09, with source
Stars: ✭ 22 (-62.07%)
Mutual labels:  libraries

AppsUsageMonitor Library Tweet

Java library for Android to detect time spent on applications in an android device.

-feature-graphic

Contents

Requirements
Features
Implementation
AndroidX
API Usage
Wiki
To-dos
Release-Notes
License

Features

  • Returns the list of all the application used in the device.
  • Returns the total duration for which the applications are being used.
  • Returns the total number of times the application is launched.
  • Returns the amount of mobile data consumed by the application. [Added in 1.0.2] [#3]
  • Returns the timestamp on which the application was last launched.
  • Returns the total time spend on device [calculates only the time spend on application & not idle screen time]
  • Returns all the above mentioned usage data that can be filtered on the basis of Duration i.e. for TODAY, YESTERDAY, WEEK, MONTH

Implementation

Library is available on JCenter, simply add the following line in your app build.gradle

implementation 'the.bot.box:appusagemonitor:{latest-version}'

where {latest-version} corresponds to latest published version Download

To-dos

  • androidX support[completed]
  • Conversion to kotlin
  • Query usage for a specific package [completed]
  • Return sorted list on the basis of Data Usage, App Usage Time,App Launch Counts.[currently sorted on the basis of app usage time]
  • Calcuate Data usage of applications(Both Wifi & Mobile Data)[currently calculating only mobile data] [completed]
  • App Usage for any particular date
  • Fetch [launch & exit] timeline of any particular app for duration of TODAY & YESTERDAY. [completed]
  • Implement device & particular application usage limit & notify when usage limit exceeds
  • Query for device lock-unlock count
  • To Query for both system and installed applications or either one of them
  • Code Commenting

License

alt tag

Copyright (c) 2020 TheBotBox

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 
documentation files (the "Software"), to deal in the Software without restriction, including without
limitation the rights to use, copy, 
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to 
whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions 
of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
CONTRACT, TORT OR OTHERWISE,ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
IN THE SOFTWARE. 

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].