# wnafee/vector-compat

A support library for VectorDrawable and AnimatedVectorDrawable classes introduced in Lollipop

Repository: https://github.com/wnafee/vector-compat
Canonical: https://ross.abutalabs.com/products/vector-compat
Language: Java
License Family: other
Last push: 2016-10-24T02:42:14+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": 4165, "days_push": 3600, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1211, forks 160 (observed 2026-08-28T04:04:00.214093+00:00)

## What it is
An Android support library providing backwards-compatible implementations of VectorDrawable and AnimatedVectorDrawable for API 14+ devices. It enables XML-defined icon morph animations (like hamburger-to-arrow) with transparent fallback to native Lollipop implementations on API 21+.

## Use cases
- use vector drawables on pre-lollipop android devices
- animate hamburger menu icon morphing to back arrow
- create play-pause button morph animations in xml
- render scalable icons without pixelation on older android versions
- add animated vector icons to an android app without writing java code

## When to choose
- you need VectorDrawable or AnimatedVectorDrawable support on Android API 14-20
- you want xml-only icon morph animations like play-pause or hamburger-arrow
- you maintain a legacy Android app with a low minSdkVersion

## When to avoid
- your minSdkVersion is 21 or higher since the platform provides these classes natively
- you use AndroidX, which includes built-in vector drawable support
- you need an actively maintained library, as the last release was in 2016

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: android-tools, mobile-development, frontend
- platform: jvm
- tags: vector-drawable, animated-vector-drawable, backwards-compatibility, morph-animations, android-support-library, android, mobile

## Member repositories
- wnafee/vector-compat (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:00.214093+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-30T06:18:06.064670+00:00, confidence not recorded.
  - readme: https://github.com/wnafee/vector-compat (fetched 2026-08-28T04:04:00.214093+00:00, sha 54b61f9c822b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
