Package | Description |
---|---|
com.example.sulemaia.Adapter |
Modifier and Type | Field and Description |
---|---|
(package private) CharacterSelectorAdapter.Item |
CharacterSelectorAdapter.ButtonActions.item |
Modifier and Type | Method and Description |
---|---|
CharacterSelectorAdapter.Item |
CharacterSelectorAdapter.onCreateViewHolder(android.view.ViewGroup parent,
int viewType)
Method to act over the view holder creation.
|
Modifier and Type | Method and Description |
---|---|
void |
CharacterSelectorAdapter.onBindViewHolder(CharacterSelectorAdapter.Item holder,
int position)
Method to act over the creation of the view holder.
|
Constructor and Description |
---|
ButtonActions(CharacterSelectorAdapter.Item holder,
int pos)
Button constructor.
|