Skip to content
larochef edited this page Feb 11, 2012 · 1 revision

Canvas utilities enables to have activities on Canvas.

An activity corresponds to a "screen" of the game.

The framework is divided in these parts :

  • Activities
  • ActivityManager
  • Page change events
  • Canvas view and presenter

The activities draw the screen and handle user input

The activity manager handles activity changes and navigation, using a navigation manager

The page change events are fired by activities to ask the activity manager to change actvity

The canvas view and presenter define simple elements to interface with api

Clone this wiki locally