Skip to main content

Android Documentation Index

Verification Status​

MetricValue
Last Full Verification2025-07-10
Verified Against Commita2e810d (branch: dev)
Total Documents43
Accuracy Target10/10 per document

How to Update​

To update documentation after code changes:

  1. Get the verified commit: the hash above
  2. Check what changed: git log --oneline <verified_commit>..HEAD
  3. Identify affected docs based on changed source files
  4. Re-verify and update affected documents
  5. Update the verified commit hash and date above

Documentation Map​

Core Architecture​

Data Layer (data-layer/)​

Features​

UI​

Cross-Cutting​

Engineering​

  • testing/ β€” Testing strategy (unit, UI, mocking)
  • build-and-ci.md β€” Gradle, Makefile, CI/CD, code quality