Android apps mlaku kanthi memory winates lan bisa dipateni sistem nalika memory pressure. Ngerti memory management — utamane nyegah memory leaks (masalah Android sing umum lan serius) — penting kanggo apps sing stabil lan performan.
Basis memory Android
→ Apps have a LIMITED heap; the system can KILL background apps to reclaim memory
→ Garbage collection reclaims unreachable objects — but GC pauses can cause jank, and
objects that STAY reachable (leaks) are never collected
→ Low-memory devices are common (Android's range) → memory efficiency matters
