android-ux-audit
android-ux-audit
The UX/UI heuristic audit step: judge a running app against a fixed rubric and
produce an evidence-backed, severity-scored finding register. It is more specific
than android-app-review (which explores and reports generally) — this applies
the 12-category framework with concrete numeric thresholds and Nielsen severity,
and it is the natural "UX" step inside a larger review.
Measure what you can, judge the rest. scripts/uxcheck.py computes two
proxy checks from an android-ui-driver snapshot — actionable controls with no
accessible name, and touch-target sizes in dp — and emits them as suspected
findings with a provisional priority; you confirm (TalkBack, hit-area) and the
rubric assigns the final Nielsen severity. The
other categories (first-run, IA, forms, content, states, dark patterns, contrast,
screen-reader flow) are judgment against the rubric in references/heuristics.md.