Android app written in Java to get application usage stats for current day, yesterday and last seven days. It displays total time and top five apps used.
This application shows the total time used on foreground. And it shows top five app in the category. For today's stats it shows a pie chart made using MPAndroid Chart.
For next two categories that is yesterday and last seven days, only total time and top five apps used with time used. I will be adding comments in java files to explain what a specific part does and explaon other things which took me time to understand due to lack of correct information.
I created this app for the black backgroud as i didn't found any app with the same or if it was there it was not free. Suggestions are most welcomed.
Some of the future work for this application hold: TODOs:
- Add custom notification
- Add on play store
- Precise usage Details
- Enable donation and adds(Least Priority/Only if app is uploaded to play store)
- PieChart for every interval
- Add custom and monthly interval
- Add icons with name
- Longer list of used apps
- Custom list for tracking app
- Settings menu to select above modifications
- Add good app icon xD
- Point wise usage quality
Known Issues:
- Wrong stats for Yesterday
- You Tell
Thank you for reading :-)