Generates a downloadable .zip
containing a fully functional Android Studio project with selected tools, architecture, and design.
🌐 Live Demo: android-launcher
👉 Backend Repository: android-launcher-backend
- UI Toolkit: Jetpack Compose or XML Views
- Dependency Injection: Hilt, Koin or None
- Networking: Retrofit, Ktor or None
- Permissions: Select from Internet, Camera, Contacts, etc.
- Local Storage: DataStore, SharedPreferences, or None
- Serialization: Gson, Moshi, or Kotlinx.serialization
- Navigation: Jetpack Navigation (XML) or Compose Navigation
- Internationalization (i18n): Multilingual
strings.xml
support - Theme Customization: Choose primary, secondary, and tertiary colors
- Typography: Select from fonts like Roboto, Poppins, Inter, etc.
- Modern Build Support: Supports
.kts
withlibs.versions.toml
or legacy.gradle
files - ViewBinding, Room, Dark Mode support with toggles
- Dynamic JSON Config Generation: Used to drive backend
.zip
generation
- Visit the Web App
- Select your configuration using the form
- A
.json
file is generated based on your inputs - The backend reads this JSON and produces a complete Android project ZIP
- Download and open in Android Studio!