Example Applications

To highlight the many features and capabilites of MoSync, we have created a range of example applications. They include applications that demonstrate MoSync's handling of graphics, sounds, GUI elements, network connections, GPS and bluetooth capabilities, maths, storage, and code loading, as well as practical applications that show debugging and event management, and device unit testing.

You can find the code for the example applications in the \examples directory of your MoSync installation. Read our guide called Importing the Examples to understand how to load and view the examples. Below we give you a brief description of each application. Follow the links for more details.

3dLines Animated logotype featuring 3D graphics and key input
AdvGraphics Advanced graphics demo that constructs multi-coloured, transparent balls
Connection Test of a device's network connections over HTTP
debugging Example of the debug logging and user panic functions in MoSync
HelloMoblet Test of timely responses to key presses using the the Moblet event management framework
location Test of a device's on-board GPS capabilities
MAStx Console application demonstrating heap management, printf and double-precision floating point maths
MinUI Example showing some of the capabilites of the MoSync GUI library, MAUI
MoSketch Etch-A-Sketch analogue written in using MoSync
MoSound Simple example that plays a sound
MoTooth Scans for nearby Bluetooth devices and services, stores the results in a database, displays a list of services, and connects to one of them
MoTris Clone of the game Tetris featuring handling of graphics, permanent storage, and HTTP connections
MoTrix Graphical demonstration that uses tilemaps to draw a rain of letters and symbols
OtaLoad Demonstration of downloading over the air, caching and running another MoSync application showing the handling of permanent storage, HTTP connections, and dynamic code loading
simple Keypad exercise, catching events and displaying keycodes
Stylus Simple drawing program where you draw with your mouse or stylus
Tiles Interactive graphical demo featuring tilemaps
Timer Simple graphics tests, catching a key event and adding some action
TweetMos Cross-platform Twitter client built using the MoSync framework
Unit Test Extensive test suite that explores various capabilites of the target phone