Skip to Content

Code Samples

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the display of Text within a single client-side scene.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the display of Text within client and server-side scenes.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the display of Text within client and server-side scenes. On server-side scene the displayed Text is retrieved from a text file, relying on Java code.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the display of Text in different configurations.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the display of Shapes in different configurations.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the display of Bitmaps from different sources and with different configurations.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to apply a perspective effect to a bitmap.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to display video content from multiple sources.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to display video content in multiple configurations.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to control video content.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to record video content (applies to RTSP stream ONLY).

This sample code has been developed by Streamezzo.
Its purpose is to illustrate an animation based on activity.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate an animation based on position.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate an animation based on color.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate to manage touchscreen areas.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate to manage keypad press.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the modal management of the user interface / interactions.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to manage screen orientation (portrait / landscape) in AUTO mode, i.e. orientation being driven by the device itself.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to manage screen orientation (portrait / landscape) in MANUAL mode, i.e. driven by the application itself.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to cache a scene on client.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to prefetch a scene on client.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to download scenes in background on client when connection becomes available.
Current scene comes with a queue of other scenes URL that are downloaded and stored in client cache and can be accessed instantaneously.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to cache a processed scene on server.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to cache a remote resources used to process a scene on server.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to trigger a phone call.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to trigger a SMS sending.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to browse the device contacts.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to browse the device agenda.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to browse the device messages.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to browse the device file system.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate integrated photo capture.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the download of a file.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to manage volume level.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to retrieve geolocation information based on GPS.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to retrieve Cellular Tracking Network information based on Cell ID.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to display and browse within a web view inside a Rich Media Application.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate layouting.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to consult information from the device database provided by Streamezzo.

The Mailbox sample illustrates the usage of Streamezzo InstantScript for managing the display and navigation within a dynamic list (here a list of messages (mailbox)).
The main purpose of such implementation is to enable performing complex operations locally on device (i.e. without requiring a connection to the server) but also to reduce the amount of data being transferred from server to client (bad user experience related to latency) and the effort to maintain such implementation (bad developer experience related to code complexity).

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the parsing of XML data within a single client-side scene.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to handle errors raised by the device system.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to manage errors on video content.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to catch and log an error.

This sample application has been developed by Streamezzo.
It is a jackpot (fruit machine).

This sample code has been developed by Streamezzo.
It is a memory game (cards match).

The Sudoku sample illustrates the usage of Streamezzo InstantScript for managing the display and navigation within a Sudoku game.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate to manage a simple but complete application, considering adaptation to devices, i.e. support for multiple screen sizes and different inputs (touchscreen, keypad, directional pad). It is a nice illustration of Streamezzo Adaptation Framework usage.

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the management of finger moves on screen.