Using the Cocktail App Example
The Cocktail App can be used as a reference or starting point when building a new mobile project. It demonstrates how to build complex application logic and uses modern UI concepts without the need of user space code. This example shows how to:

build a
TabView,

build a
SideView,

use a RESTful service to populate a
ListView,

create entities from a JSON service response,

provide graphical assets, and

use styles and color definitions.

To import the
Cocktail App1. Open the import wizard by selecting File > New > Example > Software AG Mobile Solutions > The Cocktail App.
2. Click Finish.
Related Topics