Android UI constructor in IntelliJ IDEA 12
What happened was what the Android developers working for IntelliJ IDEA have been waiting for. C 12 Versions will be a full interface constructor.
Here's what the Community Edition branch update brings to us:
- Adding a new item in one click.
- Moving, deleting, copying and pasting elements on the layout.
- Powerful editor allows you to edit the properties of any number of selected components. You can also hide unnecessary properties.
- Component A tree that displays a hierarchy of items.
- The palette of all elements that are supported by the Android SDK.
- Support for all possible user interface layouts, FrameLayout, LinearLayout, GridLayout, etc.
- Resource support in property editor.
- Instant switching between multiple device profiles.
Video of new Android UI Designer:
PS Judging by the video, the graphical editor of the interface has surpassed that in Eclipse.
')
Source: https://habr.com/ru/post/146577/
All Articles