# calshare **Repository Path**: mirrors_nir0s/calshare ## Basic Information - **Project Name**: calshare - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-21 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CalShare An Android application built with modern Android development practices. ## Features - Built with Jetpack Compose - Material Design 3 - Support for Android API 24+ (Android 7.0+) - Kotlin-first development ## Getting Started ### Prerequisites - Android Studio Arctic Fox or newer - Android SDK 34 - Kotlin 1.9.10+ ### Building the Project 1. Clone the repository 2. Open the project in Android Studio 3. Sync the project with Gradle files 4. Run the app on an emulator or physical device ### Build Commands ```bash # Build debug APK ./gradlew assembleDebug # Build release APK ./gradlew assembleRelease # Run tests ./gradlew test # Run instrumented tests ./gradlew androidTest ``` ## Architecture The app follows modern Android development patterns: - MVVM architecture pattern - Jetpack Compose for UI - Material Design 3 theming - Kotlin coroutines for asynchronous programming ## Minimum Requirements - **Min SDK**: 24 (Android 7.0) - **Target SDK**: 34 (Android 14) - **Compile SDK**: 34