LogCam

A simple Android application demo project.

Project Structure

logcam/
├── app/
│   ├── src/main/
│   │   ├── java/com/example/app/
│   │   │   └── MainActivity.kt
│   │   ├── res/
│   │   │   ├── layout/
│   │   │   │   └── activity_main.xml
│   │   │   ├── values/
│   │   │   │   ├── colors.xml
│   │   │   │   ├── strings.xml
│   │   │   │   └── themes.xml
│   │   │   └── mipmap-*/
│   │   └── AndroidManifest.xml
│   └── build.gradle
├── build.gradle
├── settings.gradle
├── gradle.properties
└── .gitignore

Configuration

  • compileSdkVersion: 34
  • minSdkVersion: 24
  • targetSdkVersion: 34
  • applicationId: com.example.app

Getting Started

  1. Clone the repository
  2. Open in Android Studio
  3. Build and run

License

MIT

Description
一个巡检的app工具
Readme 142 MiB
Languages
Kotlin 87.4%
Python 12.6%