public class CustomCharacterInfoDialog extends Object
Constructor and Description |
---|
CustomCharacterInfoDialog() |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
public void showDialog(android.app.Activity activity, CharacterItem item)
activity
- final activity for the context.item
- the character itself.