Package | Description |
---|---|
com.example.sulemaia.Adapter |
Modifier and Type | Method and Description |
---|---|
CharacterEditorAdapter.Item |
CharacterEditorAdapter.onCreateViewHolder(android.view.ViewGroup parent,
int viewType)
Method called by system on the creation of the view.
|
Modifier and Type | Method and Description |
---|---|
void |
CharacterEditorAdapter.onBindViewHolder(CharacterEditorAdapter.Item holder,
int position)
Method to act over the view holder for the edition of the costs af the lands for the character.
|