A Store object can be used to store session specific data. You should see it as a convenience abstraction of a Map. In Tabris some context objects exist like in {@link Swipe} or {@link Page}. These context object are using such a store to enable a loose communication between the components.
@since 0.11
|
|
|
|
|
|
|
|
|
|