# Layout Editor

Published articles for Layout Editor.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Some Thoughts on Android's new ConstraintLayout and Android Studio's new Design Editor

DevFeed: [Some Thoughts on Android's new ConstraintLayout and Android Studio's new Design Editor](<https://devfeed.tech/articles/some-thoughts-on-android-s-new-constraintlayout-and-android-studio-s-new-design-editor-29125.md>)

Original publisher: [Read original article](<https://www.grokkingandroid.com/thoughts-on-constraintlayout-and-design-editor/>)

Author: Wolfram Rittmeyer

Published: 2016-07-06T06:10:42Z

Content type: opinion

Language: en

Sources: [Grokking Android](<https://devfeed.tech/sources/grokking-android.md>)

Topics: [constraintlayout](<https://devfeed.tech/topics/constraintlayout.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [constraintlayout](<https://devfeed.tech/tags/constraintlayout.md>), [layout](<https://devfeed.tech/tags/layout.md>), [layout-editor](<https://devfeed.tech/tags/layout-editor.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

An opinion article examines Android's ConstraintLayout and Android Studio's redesigned Design Editor. It highlights easier handling of complex screen designs, stretched child dimensions, guidelines, and the intended performance improvements, while noting that the layout was still in alpha and required further work.

### Source excerpt

At this year's IO Google introduced a new layout - the ConstraintLayout - and also presented it's totally revamped layout editor. I am not going into how to use the layout. Google itself has done a good job in explaining it with its code lab "Using ConstraintLayout to design your views". In this post I [...] Continue Reading "Some Thoughts on Android's new ConstraintLayout and Android Studio's new Design Editor" The post Some Thoughts on Android's new ConstraintLayout and Android Studio's new Design Editor appeared first on Grokking Android.