You are viewing the Resources for the older version of JourneyApps (V3). JourneyApps V4 is the new default for all new apps since July 1, 2016.

All View Components → columns

Select a view component to see details on how it works:

columns

A column is a component that can contain other components, that splits the screen into two columns, to make more efficient use of the available space on large screens, for example, tablets.

On smaller screens (i.e. smartphones as opposed to tablets), columns have no effect — the various components inside of them are rendered below each other as if they were not defined in columns.

Tutorial

The Tablet Apps section of the How to Build Apps tutorial provides more detail on the components that JourneyApps provides specifically for tablet apps, including columns.

Read It Now

For more information on how columns are handled with different screen orientations (portrait and landscape) and different device sizes, refer to the Form Factors and Orientations section of the How to Build Apps tutorial.

Example

Note that you can place any view components inside the columns. The first <column> will always be the left column and the second <column> will be the right column.

Code in View XML:

Appearance on mobile device:

Configuration

Columns do not have any configurable options.