Android, Mobility

Constraint Layout Android

Constraint Layout allows the android developers to create large and complex User Interfaces without using nested view groups. It involves simple drag and drops view widgets from the Palette to the designer editor to create the user interface. In an Android app development, it provides a level of flexibility that supports many features of...

by Shivang Goel
Tag: layout
15-Jun-2017

iOS, Mobility

NSGridView : A new layout container for macOS

What’s the need of NSGridView : Suppose you want to create a view which should look like this and to create it we have following available options: 1. Autolayout : Maintanence on constraints is complicated 2. NS/UIStackView : Arranging a sequence of items Fine control over content size and spacing To...

by Ashu Baweja
Tag: layout
10-Jul-2016