Android Project Craft is a web tool for generating modern, customizable Android project templates.
- Modern Android development approach
- MVVM architecture pattern
- Jetpack Compose UI framework
- Kotlin Coroutines for asynchronous operations
- Best practice libraries (Retrofit, Room, Hilt, Coil)
- Kotlin DSL based Gradle configuration
- Clone the project
- Install dependencies:
npm install
- Run in development mode:
npm run dev
- Build the project:
npm run build
- Enter project basic information (project name, package name, SDK versions)
- Review architecture, libraries, and other settings
- Generate and download your Android project
- Re-implement Features section with curated feature options
- Add project templates for common app types
- Include theme customization options
- Support for multiple screens/activities
- Add project testing configuration
- Improve file tree navigation with search
- Support for multiple architecture patterns
- Add CI/CD configuration templates
- Create visual previews of generated UI components