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: AutoLayout
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: AutoLayout
10-Jul-2016

iOS, Software development

Playing with AutoLayout

Playing with AutoLayouts in iOS:- AutoLayouts was introduced in iOS 6.0. It is basically used for making ios app development easy to support different screen sizes(iPad/iPhone) with using same storyboard/View. For using AutoLayouts, You should have an idea about “Constraints”. Constraints is basically a rule that allows a view...

by
Tag: AutoLayout
11-Feb-2016