Documentation Learning Path (EN)

July 21, 2026 ยท View on GitHub

This index keeps all teaching docs on one consistent structure: fundamentals -> single-source interpretation -> integrated analysis -> team workflow.

1) Fundamentals

2) Single-source Interpretation

3) Integrated Analysis

4) Teaching and Team Workflow

  1. Start from android_memory_debug_guide.md to align metric vocabulary.
  2. If the target device runs Android 17 or the demo target is API 37, run the build, memory-limiter, and capture checklist in android_17_adaptation_review.md.
  3. If the target device or target SDK is Android 16, or if the question is specifically about 16 KB page size, run the checklist in android_16_adaptation_review.md.
  4. Read smaps_interpretation_guide.md and meminfo_interpretation_guide.md together.
  5. Move to analysis_results_interpretation_guide.md for combined diagnosis.
  6. Use ai_workflow.md when evidence is incomplete, an AI project consumes the artifacts, or a code change needs an evidence contract.
  7. Use teaching_playbook.md as the execution template for team practice and review.