Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleWhich mobile platforms are supported by Canvas for the mobile apps?

The following table lists the mobile platforms that are supported by Canvas:

Mobile PlatformVersion
Apple iOS7.x and above
Google Android4.4 (KitKat) and above



Expand
titleWhat is resource bundle and why 'common' is given as the value for the resource bundle in the configuration screens in Canvas Expert Studio?

A resource bundle is a Java .properties file that contains locale-specific (language) data. It is a way of internationalizing a Java application by making the code locale-independent. (Source: Wikipedia)

Canvas provides an option to display plain label (i.e., direct text) or Display Name Key (i.e. property driven label text) for components. By default, Canvas uses the common properties file (e.g. common_en_US.properties) that contain the display names for the default Canvas components in the CT ModelHouse application, such as Workspaces, Sub-Workspaces, Apps, Views, Forms, Form Items etc. The resource bundle properties file contains the display text for the display name key specified in the configuration screens.

The resource bundle field is mandatory on the configuration screens in Canvas Studio. However, if you want to display plain text for the components and do not wish to use the resource bundle, you can enter ‘none’ for the resource bundle field.

...