Android Studio Plugin Records

GsonFormat

Ability to convert json strings into java bean objects
First create a Class Test, then Alt+insert, open GsonFormat
insert image description here

Android Parcelable code generator

Automatically implement Parcelable related interface services
First create a Class Test, then Alt+insert, open Parcelable
insert image description here

Gitee

It is convenient to upload and process gitee-related code warehouses synchronously

Github Copilot

It is a smart plug-in that helps you write code, and can generate corresponding code according to comments or method names, with powerful functions
insert image description here

OK,Gradle

A plug-in for searching artifact ids of popular Java libraries, gradle dependency auto-completion,
as long as you remember the fuzzy name, you can search for dependencies
insert image description here
insert image description here

Rainbow Brackets

Rainbow brackets, make your code editing page a little more beautiful
insert image description here

Background Image Plus

The plug-in supports user-defined setting of the background image of Idea, and can modify the transparency of the background image
insert image description here
insert image description here

GetX

more instructions

insert image description here

GsonFormatPlus

json formatting tool

SerialVersionUID

Generate a serialization id to prevent serialization errors caused by changes in class attributes

Gradle Killer

One-click stop gradle process task

Guess you like

Origin blog.csdn.net/u011106915/article/details/124337079