Creating an app template

The content source type Text Content provides a data source to associate a block of text with a name. The text can be of any format, e.g. simple text, HTML, XML, etc.

Read More

How to create a Brightcove App Cloud template, which packages application files and a manifest file, providing the code and configuration hooks that the App Cloud Studio needs in order to present the template to the app builder.

Read More

The scaffolding script provides a quick start to developing your App Cloud app template by generating a directory structure, manifest file, and the files you will need to create your template.

Read More

App Cloud markup templates allow you to separate layout from data in your template code, making it easier to modify standard views and make your own views more reusable.

Read More

Locales support in App Cloud makes it easier to create multiple versions of your app in different languages by externalizing static strings in a text file, so that you can duplicate the app template and reference a different text file for the localized static strings.

Read More

An overview of the Brightcove App Cloud SDK, a set of JavaScript and native libraries that enable you to create Brightcove App Cloud templates and apps.

Read More

How to create views, the fundamental components that make up an App Cloud app.

Read More

How to use App Cloud's standard views, a basic set of app components that you can use as-is or extend for your own needs.

Read More

A description of each of the App Cloud standard views, with information about how each can be used and configured.

Read More

How to enable configurations for settings, data, and styles, which are defined in the manifest file and displayed in the Studio when you create or edit an app.

Read More

How to include the App Cloud JavaScript library, jQuery, and other code libraries in your app template.

Read More

How to create smooth navigation between pages in your app.

Read More

App Cloud makes it easy to deliver video in your app. A simple integration with Brightcove Video Cloud lets your app play videos from any playlists in any Video Cloud account you have access to.

Integrating video in your app: Main steps

The main steps for integrating video from Video Cloud in your app are:

Read More

How to use the bc.device library in the App Cloud SDK to interact with the native capabilities of a mobile device.

Read More

Using the App Cloud cache method to manage local storage.

Read More