Skip to content

Structure of the Activities

14chanwa edited this page Jan 19, 2018 · 2 revisions

Welcome to the gestionnaireDeSporz wiki!

This is a succinct description of the Activities of the application.

Activity_main: the information about the current game is stored in a GameSingleton ; each Activity must get this singleton. Thus this class, from which every other Activity inherits, checks the presence of a static GameSingleton.

Activity_setup_xxx: these activities manage the setup part of a game (the game master chooses players and roles)

Activity_sumup: a screen that summarizes the current game before it begins.

Activity_gameturn_xxx: these are the main Activities of the application. They manage a part of the game algorithm, and host the game Fragments that manage the game screens.

activity_graph

Clone this wiki locally