# mcharmas/android-parcelable-intellij-plugin

IntelliJ Plugin for Android Parcelable boilerplate code generation.

Repository: https://github.com/mcharmas/android-parcelable-intellij-plugin
Canonical: https://ross.abutalabs.com/products/android-parcelable-intellij-plugin
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2021-02-15T13:02:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4962, "days_push": 2025, "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 2120, forks 211 (observed 2026-08-28T04:06:16.506207+00:00)

## What it is
An IntelliJ/Android Studio plugin that generates Android Parcelable implementation boilerplate from class fields. It integrates with the IDE's code generation menu (Alt+Insert) and supports primitives, wrappers, Parcelable/Serializable types, lists, maps, enums, and SparseArrays.

## Use cases
- generate parcelable implementation in android studio
- avoid writing parcelable boilerplate by hand
- generate parcel code for class fields
- intellij plugin for android parcelable
- speed up android data class serialization

## When to choose
- you write Android Java classes that must implement Parcelable
- you want IDE-integrated one-keystroke code generation
- you work in Android Studio or IntelliJ with Java/Kotlin classes needing Parcel support

## When to avoid
- you use Kotlin data classes with @Parcelize annotation instead
- you need validation of generic list or map contents
- you need an actively maintained plugin with recent updates

## Facets
- artifact type: plugin
- maturity: maintenance
- function: developer-tools
- domain: android-tools, developer-tools, mobile-development
- platform: editor-plugin, jvm
- tags: android, parcelable, intellij-plugin, android-studio, boilerplate-generation, java, code-generation

## Member repositories
- mcharmas/android-parcelable-intellij-plugin (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:16.506207+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-30T02:52:57.061110+00:00, confidence not recorded.
  - readme: https://github.com/mcharmas/android-parcelable-intellij-plugin (fetched 2026-08-28T04:06:16.506207+00:00, sha 31bb9ae65ae9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
