C# Class Smeedee.Android.Widgets.TextColoringAdapterWithLoadMoreButton

Inheritance: SimpleAdapter
Show file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Properties

Property Type Description
Images List

Public Methods

Method Description
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
IsEnabled ( int position ) : bool
TextColoringAdapterWithLoadMoreButton ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color highlightColor ) : System

Private Methods

Method Description
FindTextViewAndSetColor ( Android.Views.View view ) : Android.Views.View
GetLoadMoreButton ( ) : Android.Views.View
LoadImage ( int position, Android.Views.View view ) : void

Method Details

GetView() public method

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

IsEnabled() public method

public IsEnabled ( int position ) : bool
position int
return bool

TextColoringAdapterWithLoadMoreButton() public method

public TextColoringAdapterWithLoadMoreButton ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color highlightColor ) : System
context Android.Content.Context
items object>.IList
resource int
from string
to int
highlightColor Color
return System

Property Details

Images public property

public List Images
return List