Shopping List Sync Application
Overview
The shopping list application supports a simple
collaborative task. The task is for collaborators to determine the
amounts of
the items on a shopping list. The main purpose of the shopping list
application
is to serve as an example for Sync developers. The Sync features
demonstrated
include:
- A simple Sync shared model.
- Support for collaborators to point in
a common frame of reference in Sync applications. An example of
pointing is making a gesture with an index finger and saying “look at
this one”. The application supports multiple collaborators pointing at
multiple items.
- Updating the Sync application
interface incrementally rather than updating the entire interface,
necessary for some applications,.
- Embedding a Sync application in a
Windows application. The example shows embedding Sync in Excel using
Visual Basic.
Download
Shopping List application (including components for
Excel and source code wrapped in the main jar file)
This discussion includes descriptions and instructions for
the following. It is intended as a reference guide for various aspects
of the
project. To fully understand the project the source code in the zip
file should
be studied with this document.
Table of contents
Dorian Miller Aug 27, 2006