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
- Android Memory Debug Guide
- Android 17 / API 37 Adaptation Review
- Android 16 / API 36 Adaptation Review
- Android Memory AI Workflow
2) Single-source Interpretation
- SMAPS Interpretation Guide
- Meminfo Interpretation Guide
- Showmap Interpretation Guide
- Proc Meminfo Interpretation Guide
3) Integrated Analysis
4) Teaching and Team Workflow
Recommended Study Order
- Start from
android_memory_debug_guide.mdto align metric vocabulary. - 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. - 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. - Read
smaps_interpretation_guide.mdandmeminfo_interpretation_guide.mdtogether. - Move to
analysis_results_interpretation_guide.mdfor combined diagnosis. - Use
ai_workflow.mdwhen evidence is incomplete, an AI project consumes the artifacts, or a code change needs an evidence contract. - Use
teaching_playbook.mdas the execution template for team practice and review.