# android-cpu-info **Repository Path**: OtherCopy/android-cpu-info ## Basic Information - **Project Name**: android-cpu-info - **Description**: CPU Info 提供有关设备硬件和软件的信息 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/kamgurgul/cpu-info - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-03-24 - **Last Updated**: 2023-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CPU Info (refactor-in-progress ⛏) ================================= CPU Info provides information about Android device hardware and software. Most of the code is written in Kotlin but some old widgets are still in Java. [Get it on F-Droid](https://f-droid.org/packages/com.kgurgul.cpuinfo/) [Get it on Google Play](https://play.google.com/store/apps/details?id=com.kgurgul.cpuinfo) Still TODO ========== * Unify architecture - add interactors and data providers * Replace layouts with Compose * Replace Travis * Replace RxJava with coroutines * Tests * Add benchmarks License ------- Copyright 2017 KG Soft Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.