Close

Documentation

Quick Start Guide

A simple guide to get you started on MoSync in no time.

MoSync User Guide

Detailed user guide to MoSync.

Tutorial 1: Hello World!

A walkthrough of a simple "Hello, world" program.

Tutorial 2: Graphics, Resources & Input

It will show you how to create a program that makes use of external images and respond to input.

Tutorial 3: Connections

Learn how to contact the Internet and download an image.

Reference: libraries

  • MAStd: Standard libraries. Includes malloc/free, string manipulation and a rudimentary text output console.
  • MAUtil: C++ utility libraries. Includes templates Vector, Set and Map, class String, a base class for Reference Counting, a text input system. Also there is Moblet, an easy-to-use wrapper around the MoSync event system.
  • MAUI: A C++ GUI library. Features bitmap fonts and hierarchical, skinned widgets: labels, listboxes, edit boxes and layouts.

Reference: MoSync Panics

When an unrecoverable error occurs in the MoSync runtime, a Panic message appears. This reference shows what they mean.