MengWoods / show-system-info

Adriod package for viewing system's information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

show-system-info

App screenshot

Android package for viewing system's information.

Keywords: Android, APK, System monitor.


This is the screenshot of the app:

App screenshot

Usage

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

Repo structure

├── app
│   ├── build
│   │   ├── generated
│   │   ├── intermediates
│   │   ├── outputs
│   │   └── tmp
│   ├── libs
│   └── src
│       ├── androidTest
│       ├── main
│       └── test
├── gradle
│   └── wrapper
└── res

Additions

Don't hesitate to open an issue if you find problem or request missing features.

To do

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

About

Adriod package for viewing system's information

License:Apache License 2.0


Languages

Language:Java 100.0%