Method | Description | |
---|---|---|
GetItem ( int position ) : Java.Lang.Object | ||
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
GridAdapter ( |
public GetItem ( int position ) : Java.Lang.Object | ||
position | int | |
return | Java.Lang.Object |
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 GridAdapter ( |
||
fragment | ||
context | Android.Content.Context | |
textViewResId | int | |
objects | List |
|
return | System |