Android Project Generator
Choose your architecture, pick your tools, and get a clean starter project.
Everything is generated in your browser. Nothing is uploaded.
A foundation you can build on.
Your Android starter includes an application entry point, navigation, working state examples, selected service integrations, and an architecture-aware README. The composition root connects concrete services to repository contracts, so you can add your own backend without coupling it to the screens.
Choose the right level of structure
MVVM suits most state-driven screens. MVI makes actions explicit; MVP separates view and presenter contracts. Clean Architecture adds domain use cases for rules that should stay independent of Android and network libraries.
After you download
Read the included README, install the listed SDK tooling, and run the starter tests. API URLs and authentication repositories are placeholders for your own services. Code-generation integrations have explicit local build commands.