All Projects → Uyouii → Statistics

Uyouii / Statistics

Android应用 统计手机各个APP的使用时间及次数

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Statistics

Android File Chooser
Handle Android file chooser click actions on all Android versions
Stars: ✭ 46 (-28.12%)
Mutual labels:  android-application
Phonenumberverificationui Android
Check out the new style for mobile number verification 😉😉😊😊
Stars: ✭ 52 (-18.75%)
Mutual labels:  android-application
Betteruntis
An alternative mobile client for the Untis timetable system.
Stars: ✭ 59 (-7.81%)
Mutual labels:  android-application
Eyevis
Android based Vocal Vision for Visually Impaired. Object Detection, Voice Assistance, Optical Character Reader, Read Aloud, Face Recognition, Landmark Recognition, Image Labelling etc.
Stars: ✭ 48 (-25%)
Mutual labels:  android-application
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-20.31%)
Mutual labels:  android-application
Muzesto
Open source android music player with heavy implementations of visualization.
Stars: ✭ 53 (-17.19%)
Mutual labels:  android-application
Restaurant App
Restaurant Food Ordering Mobile Application
Stars: ✭ 44 (-31.25%)
Mutual labels:  android-application
Moviebookingui Android
This is a concept of fetching a user's cinema show details like venue, movie, date & showtime before allowing him to place a cinema F&B order.
Stars: ✭ 62 (-3.12%)
Mutual labels:  android-application
Amazing Android Apps
Amazing open source Android apps written in Java.
Stars: ✭ 1,063 (+1560.94%)
Mutual labels:  android-application
Capstone Project
Udacity android nanodegree p7
Stars: ✭ 56 (-12.5%)
Mutual labels:  android-application
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-23.44%)
Mutual labels:  android-application
Ready For Tech Interview
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨‍💻
Stars: ✭ 1,035 (+1517.19%)
Mutual labels:  android-application
Mkvideoplayer
MKVideoPlayer library is a video player have some basic features that need to develop an video player application in android studio
Stars: ✭ 54 (-15.62%)
Mutual labels:  android-application
Fastair
A Android APP design to transferring files and IM between two Android device.Using WIFIP2p and Socket API
Stars: ✭ 47 (-26.56%)
Mutual labels:  android-application
Materialfiles
Material Design file manager for Android
Stars: ✭ 1,092 (+1606.25%)
Mutual labels:  android-application
Lifeup
《人升》是一款旨在实现「人生游戏化」的待办事项安卓应用。LifeUp is a to-do list android application with gamification.
Stars: ✭ 45 (-29.69%)
Mutual labels:  android-application
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-17.19%)
Mutual labels:  android-application
Owasp Seraphimdroid
OWASP Seraphimdroid is an open source project with aim to create, as a community, an open platform for education and protection of Android users against privacy and security threats.
Stars: ✭ 62 (-3.12%)
Mutual labels:  android-application
Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-6.25%)
Mutual labels:  android-application
Testleavesloading
Android 自定义 View 之 LeavesLoading
Stars: ✭ 55 (-14.06%)
Mutual labels:  android-application

Statistics

  • 一个用于统计Android手机应用使用情况的APP
  • 不是采用后台服务跟踪统计的方式
  • Google 官方在 android API 21 版本以后提供了一个 android.app.usage 的 API用于用户获取手机中各个应用的使用情况以及使用时间
  • 应用通过该官方API获取到应用的使用时间及使用次数
  • 获取时间时由于没有调用后台服务实行精确统计,所以在时间节点上可能显示不很精确
  • 图表的绘制绘制图表调用的库来自于开源的 MPAndroidChart 图表项目,其项目位置:https://github.com/PhilJay/MPAndroidChart

效果图片:

list显示应用使用时间及次数

扇形统计图显示使用情况

条形统计图显示使用情况

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].