Package | Description |
---|---|
com.example.sulemaia.Activity | |
com.example.sulemaia.Adapter | |
com.example.sulemaia.Dialog | |
com.example.sulemaia.Fragment | |
com.example.sulemaia.Helper |
Modifier and Type | Field and Description |
---|---|
private CharacterItem |
GameScreen.character |
private CharacterItem |
CharacterEditor.item |
Modifier and Type | Field and Description |
---|---|
private ArrayList<CharacterItem> |
CharacterSelector.characters |
Modifier and Type | Field and Description |
---|---|
private CharacterItem |
CharacterEditorAdapter.characterItem |
private CharacterItem |
DialogCharacterInformationAdapter.item |
Modifier and Type | Field and Description |
---|---|
private ArrayList<CharacterItem> |
CharacterSelectorAdapter.characterItems |
Modifier and Type | Method and Description |
---|---|
CharacterItem |
CharacterEditorAdapter.getCharacterItem()
Return the character item
|
Constructor and Description |
---|
CharacterEditorAdapter(CharacterItem characterItem,
int resource,
android.app.Activity activity)
Constructor of the character editor.
|
DialogCharacterInformationAdapter(CharacterItem item,
int resource,
android.app.Activity activity)
Constructor of the character information dialog.
|
Constructor and Description |
---|
CharacterSelectorAdapter(iCharacterSelected iSelected,
ArrayList<CharacterItem> characterItems,
int resource,
CharacterSelector activity)
Constructor of the character selector.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomCharacterInfoDialog.showDialog(android.app.Activity activity,
CharacterItem item)
Initialization of each important or necessary attribute for the dialog to work,
like buttons, text views, image views, and layouts.
|
Modifier and Type | Field and Description |
---|---|
private CharacterItem |
AStar.character |
private CharacterItem |
FirstBest.character |
private CharacterItem |
UniformCost.character |
Modifier and Type | Field and Description |
---|---|
static CharacterItem[] |
Constants.charactersConstant |