# Avocarrot/json2view

Update native Android UI on the fly

Repository: https://github.com/Avocarrot/json2view
Canonical: https://ross.abutalabs.com/products/json2view
Language: Java
License: MIT
License Family: permissive
Last push: 2018-05-14T19:58:43+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": 4278, "days_push": 3033, "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 1501, forks 278 (observed 2026-08-28T04:04:54.358172+00:00)

## What it is
2view is a Java library for Android that converts compatible JSON files into native Android views at runtime, allowing UI changes without recompiling or re-uploading the APK. It is commonly used for A/B testing UI designs and deploying real-time UI fixes.

## Use cases
- update android ui without releasing a new apk
- a/b test different ui designs remotely
- dynamically change app layout per user or scenario
- deploy ui fixes in real time
- load views from  hosted on a server

## When to choose
- you need to change native Android UI remotely without app store review
- you want to run UI A/B tests without shipping new APKs
- your layouts are simple enough that runtime view inflation latency is acceptable

## When to avoid
- you need highly complex layouts where runtime view creation causes latency
- you need a maintained library with recent updates and support
- you are not building a native Android app in Java

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, serialization
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: dynamic-ui, remote-layouts, -to-view, ota-ui-updates, ab-testing, android, mobile

## Member repositories
- Avocarrot/json2view (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:54.358172+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:32:55.422187+00:00, confidence not recorded.
  - readme: https://github.com/Avocarrot/json2view (fetched 2026-08-28T04:04:54.358172+00:00, sha ed7f954df64d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
