Skip to main content
VESDK/Android/Getting Started

Demos

Reference implementations of VideoEditor SDK integrations and common use cases.

Whether you want to learn how to use VideoEditor SDK or just want to see what can be built with it, we are providing some example integrations for various frameworks.

Example app#

We offer an example app , that demonstrates the VideoEditor SDK's interface and our default configuration.

Catalog repository#

For code examples take a look at the Catalog app repository . Said repository hosts the complete source code for the examples used throughout these docs. You can compile the project and run all examples out of the box. The various examples demonstrate how to integrate and configure the SDK to suit your needs.

Mobile Wrappers Example Integrations#

Check out our GitHub Repositories here for up-to-date example integrations of our HTML and Native SDKs. All example integration repositories are tagged with the suffix -demo. In general, these examples are a good place to start with:

  • Quickly testing out our SDK without the need to write code
  • Tinker with the code to understand how it works and
  • Starting templates for specific frameworks.

Currently, we are providing example integrations for:

We are also providing the corresponding tutorials in our quickstart section here.