Master Class Mondays

Cover for Master Class Mondays

Our Master Class Mondays are your gateway to mastering embedded GUI development. Dive into practical sessions covering Embedded Wizard Studio, Chora, and the Mosaic framework, with insights drawn from real projects and expert guidance.

Guided by our motto, “We Live Life‑Long Learning”, we constantly learn from our projects, customers, partners, and market trends; ensuring our framework evolves to deliver the best user and customer experience.

We hope that our Master Class Mondays give you the knowledge and tools to succeed in embedded GUI development.

Master Class #1: Fundamentals

Agenda

  1. Core Architecture
  2. Embedded Wizard Studio
  3. Chora
  4. Mosaic Framework
  5. Platform Package
  6. Build Environments

Master Class #2: Embedded Wizard Studio

Agenda

  1. Overview of the Integrated Development Environment (IDE)
  2. The Composer and its members
  3. Bricks – structure your GUI projects
  4. Using the IDE with the Gallery
  5. Adapt with the Inspector
  6. Trace your GUI with the Log window
  7. Find the bug with the Debugger
  8. Shortcuts? Shortcuts!

Master Class #3: Chora

Agenda

  1. Why Chora?
  2. An Overview
  3. Excursus: Object-oriented Programming
  4. Key Players: Properties, Slots & Observers
  5. Best Practice

Master Class #4: Mosaic Framework

Agenda

  1. Basic Views and Effects
  2. Event Handlers
  3. Widgets and Templates
  4. Scrollable Content
  5. Screen Management

Master Class #5: Platform Package & Build Environment

Agenda

  1. Platform Package – The abstraction layer to the used hardware
  2. Graphics Engine – How is the graphical subsystem utilized
  3. Embedded Wizard’s Runtime Environment
  4. Build Environment – The SDK to simplify the bring-up of your Embedded Wizard GUI

Master Class #6: Device Integration – or: How to exchange data?

Agenda

  1. Key Players: native statements
  2. The Device Interface – our Best Practice approach
  3. Connect the GUI with your C/C++ Code – The Device Driver

Master Class #7: GUI Architecture Examples

Agenda

  1. Typical GUI Architectures
  2. All in One – Handle all parts of a GUI within one single group
  3. Full Stack – Use dialog stacking to structure GUI
  4. Managed screens – Use containers to manage layered screens

Master Class #8: Automated GUI Testing

Agenda Example using Embedded Wizard Test Framework with…

  1. Record/Playback tests
  2. Learn/Verify tests
  3. Test of GUI states
  4. Test of GUI graphical output
  5. Test during animations
  6. Test of device interfaces
  7. Test automation

Master Class #9: Simulation

Agenda

  1. Use simulation to simplify the development
  2. Create a simulation profile
  3. Add a simulation panel
  4. Add simulation controls