These tutorials lead you step-by-step through creating applications with the MoSync SDK. They include both general tutorials which cover the use of the SDK, and code tutorials which give examples of how to use the many different MoSync libraries and syscalls. (For a complete description of all the MoSync libraries and syscalls, refer to our API Reference Guides.)
Just getting started?
If you are new to MoSync, we recommend that you work your way through the beginners tutorial called Creating Your First Application. It steps you through the creation of a simple "Hello World" application using the MoSync Eclipse-based IDE, introduces the Moblet event-handling framework to handle key presses, and covers many of the basic concepts that you will encounter in the tutorials listed below.
After that, take a look at our Hello World, Deconstructed tutorial. It describes, line-by-line, what is going on in our Hello World application, examines the structure of a C++ program, and introduces you to some of the important MoSync class libraries and syscalls that you will commonly use in your applications.




