# lgvalle/android-flux-todo-app

Example of how to implement an Android TODO App using Facebook Flux Architecture

Repository: https://github.com/lgvalle/android-flux-todo-app
Canonical: https://ross.abutalabs.com/products/android-flux-todo-app
Language: Java
License Family: other
Last push: 2020-11-21T07:01:36+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4049, "days_push": 2111, "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 1281, forks 216 (observed 2026-08-28T04:04:13.914725+00:00)

## What it is
An example Android TODO app demonstrating how to implement Facebook's Flux architecture in Java. It serves as a tutorial showing unidirectional data flow with Views, Dispatcher, Stores, and Actions on Android.

## Use cases
- learn flux architecture on android
- example of unidirectional data flow in android app
- how to structure an android app with dispatcher and stores
- sample android todo app in java
- alternative to clean architecture for simple android apps
- understand actions and stores pattern on mobile

## When to choose
- you want a simple, easy-to-learn architecture for a small Android app
- you prefer unidirectional data flow over layered Clean Architecture
- you learn best from a small working example app

## When to avoid
- you need a production-ready, maintained library or framework
- your app has complex business logic needing layered architecture
- you want modern Kotlin or Jetpack-based patterns
- you need an officially supported or licensed project

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: state-management, developer-tools
- domain: mobile-development, android-tools, tutorials, web-development
- platform: jvm
- tags: flux-architecture, android, sample-app, todo-app, unidirectional-data-flow, facebook-flux, tutorial, mobile

## Member repositories
- lgvalle/android-flux-todo-app (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:13.914725+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-30T05:02:32.852842+00:00, confidence not recorded.
  - readme: https://github.com/lgvalle/android-flux-todo-app (fetched 2026-08-28T04:04:13.914725+00:00, sha 40c47be8e292)
- Data as of 2026-08-30T08:39:29.467469+00:00.
