Android.Widget.ArrayAdapter<T>.CreateFromResource Method
Creates a new ArrayAdapter from external resources.

Syntax

[Android.Runtime.Register("createFromResource", "(Landroid/content/Context;II)Landroid/widget/ArrayAdapter;", "")]
public static ArrayAdapter<Java.Lang.ICharSequence> CreateFromResource (Android.Content.Context context, int textArrayResId, int textViewResId)

Parameters

context
The application's environment.
textArrayResId
The identifier of the array to use as the data source.
textViewResId
The identifier of the layout used to create views.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new ArrayAdapter from external resources. The content of the array is obtained through Android.Content.Res.Resources.GetTextArrayFormatted(int).

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1