Android Parcelable Intellij Plugin

screenshot of Android Parcelable Intellij Plugin

IntelliJ Plugin for Android Parcelable boilerplate code generation.

Overview:

This article introduces an IntelliJ/Android Studio plugin that generates boilerplate code for implementing the Android Parcelable interface. The plugin can be installed manually or through the plugin repository. It allows users to easily generate Parcelable implementations based on the fields in a class.

Features:

  • Code Generation: Press ALT + Insert in the editor to generate Parcelable code.
  • Field Selection: Users can select the fields to be included in the Parcelable implementation.
  • Support for Various Types: The plugin supports various types including custom Parcelable implementations, Serializable types, List of Parcelable objects, Enumerations, Primitive and wrapper types, Primitive type arrays, List types of any object, Map support, and Active Objects.

Summary:

This article introduces an IntelliJ/Android Studio plugin for easily generating Android Parcelable code. The plugin provides code generation capabilities, field selection, and support for various types. It is a convenient tool for developers working with Parcelable implementations in Android Studio.