Method | Description | |
---|---|---|
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
IncrementalAdapter ( Android.Content.Context context ) : System.Collections | ||
LoadMoreItemsAsync ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
SetItemsSource ( IEnumerable value ) : void |
Method | Description | |
---|---|---|
LoadMoreItems ( ) : void |
public GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
position | int | |
convertView | Android.Views.View | |
parent | Android.Views.ViewGroup | |
return | Android.Views.View |
public IncrementalAdapter ( Android.Content.Context context ) : System.Collections | ||
context | Android.Content.Context | |
return | System.Collections |
public LoadMoreItemsAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected SetItemsSource ( IEnumerable value ) : void | ||
value | IEnumerable | |
return | void |