Young Devs Bin
๐Ÿ“ Today I Learned

Setting Up an Android Side Project with AI Coding Assistant

ยท1 min readยท#today-i-learned#android#side-project#ai-tools
  • Stack: Kotlin, Jetpack Compose, MVVM, Room
  • Spent most of the time setting up context files for the AI assistant โ€” tech stack, architecture rules, MVP scope, task list
  • Without this, the assistant drifts: over-engineers things, suggests out-of-scope features, asks the same questions every session
  • Writing these docs also helped me clarify things I hadn't fully thought through
  • Next: database, data layer, MVVM skeleton