# splitwise/TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android

Repository: https://github.com/splitwise/TokenAutoComplete
Canonical: https://ross.abutalabs.com/products/tokenautocomplete
Language: Kotlin
License: Apache-2.0
License Family: permissive
Last push: 2024-03-18T16:12:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4731, "days_push": 898, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1309, forks 382 (observed 2026-08-28T04:04:19.351845+00:00)

## What it is
An Android library that provides a Gmail-style token auto-complete text view, letting users type filtered suggestions and turn selections into removable inline tokens. It subclasses AppCompatAutoCompleteTextView with a simple API for adding, removing, and listening to token objects.

## Use cases
- add a gmail-style recipient chips input to an android app
- android autocomplete text field that turns selections into deletable tokens
- let users pick multiple email contacts as chips in one text box
- multi-select autocomplete dropdown with token views for android
- tag or category input field with filtering on android

## When to choose
- You are building a native Android app and need a tokenized/chips autocomplete input like Gmail's To field
- You want a mature, customizable View-based component with filtering, duplicate handling, and token listeners
- You prefer a small focused library with a simple API published on Maven Central

## When to avoid
- You are not targeting Android, since this is an Android View library
- You are building with Jetpack Compose and need a Compose-native chips input rather than a View
- You only need a plain autocomplete dropdown without tokenized inline input

## Facets
- artifact type: library
- maturity: active
- function: ui-components, form-handling
- domain: mobile-development, frontend
- platform: -
- tags: android-ui, autocomplete, token-input, chips-input, custom-view, text-field, gmail-style, multi-select, email-recipients, android, mobile

## Member repositories
- splitwise/TokenAutoComplete (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:19.351845+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-30T04:50:01.144884+00:00, confidence not recorded.
  - readme: https://github.com/splitwise/TokenAutoComplete (fetched 2026-08-28T04:04:19.351845+00:00, sha e2f6d87ffe0c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
