# intuit/sdp

An Android lib that provides a new size unit - sdp (scalable dp). This size unit scales with the screen size.

Repository: https://github.com/intuit/sdp
Canonical: https://ross.abutalabs.com/products/sdp
License: MIT
License Family: permissive
Last push: 2024-03-27T16:37:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4236, "days_push": 889, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2319, forks 481 (observed 2026-08-28T04:06:37.007966+00:00)

## What it is
An Android library that introduces a new size unit called sdp (scalable dp), which scales with the device's screen size. It helps Android developers support multiple screen sizes with a single layout.

## Use cases
- make android layouts scale with screen size
- support multiple screen sizes with one layout
- replace dp units with scalable sizing in android xml
- map design mockups directly to android dimensions
- build responsive android ui without tablet-specific layouts

## When to choose
- you want a single layout that scales across phone screen sizes
- your design mockups are based on a 300px-wide screen
- you need quick drop-in dimension units via gradle

## When to avoid
- you need pixel-perfect tablet layouts - design separate layouts instead
- you require exact dimension precision - the unit calculation includes approximations
- you are sizing text - use the companion ssp library instead

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, mobile-framework
- domain: mobile-development, cross-platform
- platform: -
- tags: android-ui, scalable-units, screen-density, layout, responsive-design, android, mobile

## Member repositories
- intuit/sdp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:37.007966+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:38:51.377231+00:00, confidence not recorded.
  - readme: https://github.com/intuit/sdp (fetched 2026-08-28T04:06:37.007966+00:00, sha 5a236da74143)
- Data as of 2026-08-30T08:39:29.467469+00:00.
