Theremin but with your Android device gyroscope
Find a file
2025-03-12 01:46:24 -04:00
.idea AGP upgrade or smth 2025-03-12 01:34:47 -04:00
app rename template to gyromin 2025-03-12 01:46:24 -04:00
gradle AGP upgrade or smth 2025-03-12 01:34:47 -04:00
.gitignore initial commit: we have sound 2025-03-11 01:22:06 -04:00
build.gradle replace everything with clean template from https://github.com/ferhatozcelik/jetpack-compose-template.git 2025-03-12 01:26:17 -04:00
gradle.properties replace everything with clean template from https://github.com/ferhatozcelik/jetpack-compose-template.git 2025-03-12 01:26:17 -04:00
gradlew *clueless* 2025-03-12 01:31:21 -04:00
gradlew.bat *clueless* 2025-03-12 01:31:21 -04:00
LICENSE replace everything with clean template from https://github.com/ferhatozcelik/jetpack-compose-template.git 2025-03-12 01:26:17 -04:00
README.md replace everything with clean template from https://github.com/ferhatozcelik/jetpack-compose-template.git 2025-03-12 01:26:17 -04:00
settings.gradle rename template to gyromin 2025-03-12 01:46:24 -04:00

Jetpack Compose Template

Welcome to the Jetpack Compose Template! This template provides a structured starting point for building Android applications using the Jetpack Compose UI toolkit. Jetpack Compose simplifies UI development with a declarative approach, allowing you to create interactive and beautiful UIs with less code.

Project Overview

This project demonstrates the use of Jetpack Compose to create a modern Android app with a clean and maintainable architecture.

Key Components

  • Jetpack Compose: The modern UI toolkit for building native UIs.
  • ViewModel: Manage UI-related data and state using the ViewModel architecture component.
  • Hilt: Use Hilt for dependency injection, ensuring clean and modular code.
  • Navigation Component: Handle navigation between different screens seamlessly.
  • Coroutines: Utilize Kotlin's Coroutines for managing asynchronous tasks.
  • Data Persistence: Leverage Room for local data storage.

Getting Started

  1. Clone the Repository: git clone https://github.com/ferhatozcelik/jetpack-compose-template.git
  2. Open in Android Studio: Import the project into Android Studio.
  3. Build and Run: Build and run the app to see the Jetpack Compose magic in action.

Project Structure

  • app module: Contains the main application code.
    • src/main/java or src/main/kotlin: Kotlin source code.
    • src/main/res: Resources like layouts, strings, and drawables.

Customize and Extend

Feel free to customize and extend this template to match the requirements of your specific project. Experiment with different Composables, UI layouts, and navigation flows to create your unique app.

Author

👤 Your Name

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

If you find this template helpful, please consider giving it a on GitHub. Your support is greatly appreciated!