androidstudio-parcelable automatically generate code plug-ins for installation and use

Source: Internet
Author: User

mac version of Androidstudio used here
1. Execute Combo shortcut key command+ ",", open as Preferences page, find plugin option, enter parcelable search, search out the first five stars is, click on the right of the install plugin, etc will prompt you to restart as

2. When the plugin is finished, you can use it, create a person class, for example, four properties Username,password,age,isgay

/** * Created by hailonghan on 15/5/28. */publicclass Person {    private String username;    private String password;    privateint age;    privateboolean isGay;}

3. Perform the shortcut key Command+n, as shown, select the last

4. Next Click OK directly, such as:

5. The plug-in will automatically generate the following code, very efficient, see the picture as proof:

androidstudio-parcelable automatically generate code plug-ins for installation and use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.