Ross ROSS = Recommend OSS · open-source software intelligence for agents

BoltsFramework/Bolts-Android

Bolts is a collection of low-level libraries designed to make developing mobile apps easier. observed · 2026-08-28

github.com/BoltsFramework/Bolts-Android · homepage · Java · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4598
  • days_rel: n/a
  • days_push: 2732
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4005 stars · 519 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Bolts is a collection of low-level Java libraries for Android mobile development, created by Parse and Facebook. It provides a Task class for composable asynchronous programming (similar to JavaScript Promises) and an implementation of the App Links deep-linking protocol.

Use cases

  • manage complex asynchronous code on android without callback pyramids
  • replace asynctask with composable promises in java
  • handle incoming deep links between mobile apps
  • implement the app links protocol in an android app
  • run background operations off the ui thread
  • chain and compose async operations with error handling

When to choose

  • you maintain a legacy Android codebase already using Parse or Bolts
  • you need a lightweight promise-style Task abstraction in pure Java on Android
  • you need App Links protocol support

When to avoid

  • you are starting a new Android project - Kotlin coroutines or RxJava are modern alternatives
  • you need actively maintained libraries - the last release was in 2019
  • you are not developing for Android/JVM

Facets

library · maturity maintenance

concurrency developer-tools mobile-development developer-tools jvm async-tasks promises deep-linking app-links parse android

2 sources

Member repositories

RepositoryRoleHealth v2
BoltsFramework/Bolts-Androidmain10

For agents

markdown · JSON · MCP: product_card(name="BoltsFramework/Bolts-Android")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem