Skip to Content

InstantScript

Intermediate

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).

Intermediate

This sample code has been developed by Streamezzo.
Its purpose is to illustrate the parsing of XML data within a single client-side scene.
XML catalog data is downloaded (relying on a HTTP transaction) then parsed and extracted information displayed on screen.