public class LogoListItemHolder extends Holder<LogoListItem>
LogoListItem in the adapter| Modifier and Type | Field and Description |
|---|---|
protected android.widget.ImageView |
image |
protected android.widget.TextView |
linkTitle |
| Constructor and Description |
|---|
LogoListItemHolder() |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
createView(android.view.ViewGroup parent)
Method called when a new view needs to be created in the adapter.
|
void |
populateView(LogoListItem model)
Called when the view needs to be populated
|
protected android.widget.ImageView image
protected android.widget.TextView linkTitle
public android.view.View createView(android.view.ViewGroup parent)
HoldercreateView in class Holder<LogoListItem>parent - The parent view. Use this with LayoutInflater to inflate your viewpublic void populateView(LogoListItem model)
HolderpopulateView in class Holder<LogoListItem>model - The model to populate the view with