square/phrase
Phrase is an Android string resource templating library observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4607
- days_rel: n/a
- days_push: 1264
- n_releases_24m: 0
Adoption not part of the score
1392 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Phrase is an Android string resource templating library that lets developers format template strings with named placeholders like {first_name} and insert the result directly into TextViews. It also includes ListPhrase for joining items into comma-separated or sentence-style lists.
Use cases
- format Android string resources with named placeholders
- replace String.format with readable template syntax
- insert formatted text directly into a TextView
- build comma-separated lists in Android
- format English sentence-style lists like 'a, b, and c'
- avoid lint warnings from positional format specifiers
When to choose
- you're building an Android app in Java and want readable string templating
- you need to format user-facing strings with named placeholders
- you want to join collections into human-readable lists
When to avoid
- you're not developing for Android or the JVM
- you need complex templating with conditionals or loops
- your project is in Kotlin and you prefer modern alternatives
- you need actively maintained software with recent releases
Facets
library · maturity maintenance
templating internationalization mobile-development android-tools jvm string-formatting android-strings text-templating list-formatting localization android
1 source
- readme: https://github.com/square/phrase · fetched 2026-08-28 · ea5e998cbfa2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| square/phrase | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem