Browsers And Applications

The standard Android application model is a single application with tasks and activities. That model changes when running on Vaandroid.

Each browser application connected to Vaandroid is a assigned an HTTP session. Because each tab of the browser shares the session, the application is assigned per Vaadin UI, not session. Each Vaadin UI gets an application instance.

Applications from all devices are connected to each other on a per user basis.