Files
anroid-CheckShot/README.md

44 lines
954 B
Markdown
Raw Normal View History

# 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