Methodology
Data source
The device catalog originates from the public Google Play Console device catalog, which Google maintains as the authoritative list of Android devices that can install apps from Google Play. We retrieve the catalog periodically via the official Play Console interface and store the raw protobuf payloads.
Normalization
Raw payloads are converted into a typed, consistent schema covering: brand, marketing name, internal device code, model identifier(s), product code (variant), Android API level, total memory, display configurations, processor (CPU + GPU), supported ABIs, OpenGL extensions, and hardware features.
Variant handling
A single device often ships in many variants — different RAM/storage configurations, regional carrier-specific models, or revisions that received later Android updates. We preserve all variants and surface them under each device's main page.
Computed insights
Per-device "strengths," "weaknesses," and "release-year context" notes are generated by deterministic rule engines that compare each device's specs against percentile distributions of its peer cohort. There is no AI-generated prose on device pages.
Update cadence
Device pages display a "Last verified" timestamp tied to the data freshness of the source catalog. We re-index from the latest catalog dump on a scheduled cadence; pages reflect the most recent successful run.
Corrections
Found a spec error? Contact us — we cross-reference user-reported issues against the source data and the manufacturer's published specifications before correcting.