ClaudiousAI/DroidStack-Template — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a starter Android app using this DroidStack template as the base. I want it to feel like a clean, modern production ready app, not just an empty demo.

Use Kotlin and Jetpack Compose with Material 3, keep the light and dark theme support, and follow the existing MVVM style in the project. Set up a simple home screen, a settings screen, and basic navigation between them. Add a small local saved preference, like remembering whether the user prefers dark mode or a sample toggle setting, using the template’s DataStore setup. If there’s already Room database structure in place, add a tiny sample item list so I can see how local data would work.

Please keep the code organized in the existing data, domain, presentation, di, and util style. Don’t hardcode user facing strings. Make sure it builds and runs in Android Studio. You can look up current Android docs online if needed.

Want more depth? Deep Reverse