Tutorial: Kanzi Engine API advanced use

While you can create a Kanzi application using only Kanzi Studio, you can use the Kanzi Engine API to add logic to your Kanzi application.

For example, to create a phone book where users can add, edit, and remove entries, you create a template for the phone book entries using prefabs in Kanzi Studio, but use the Kanzi Engine API to add, edit, and remove the entries, and load images from the device running the application.

In this tutorial you create a Kanzi application using both Kanzi Studio and Kanzi Engine API. The tutorial introduces you to:

This video shows the result of the tutorial.

Before you start this tutorial, make sure you have your Kanzi development environment set up. Install:

This tutorial assumes you understand the basics of working with Kanzi Studio. The best entry points for getting familiar with Kanzi Studio are:


Start with the tutorial >