Keywords: Android, APK, System monitor.
This is the screenshot of the app:
Build the work with Android Studio and export as APK file, install it on your phone.
Or you can find the prebuild .apk
file from here
├── app
│ ├── build
│ │ ├── generated
│ │ ├── intermediates
│ │ ├── outputs
│ │ └── tmp
│ ├── libs
│ └── src
│ ├── androidTest
│ ├── main
│ └── test
├── gradle
│ └── wrapper
└── res
Don't hesitate to open an issue if you find problem or request missing features.
- Add icon for the app.
- Refine layout.
- Add more sensor's real-time value.
- Add battery, storage, network, bluetooth, etc. information.
- Add pages and navigation bar, sorting info.
- Add sound meter.